From: ehofman Date: Tue, 6 Oct 2009 12:11:33 +0000 (+0000) Subject: fix a typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5d14b849695653a5a0ff6684ce613286dbad6801;p=simgear.git fix a typo --- diff --git a/simgear/sound/sample_group.cxx b/simgear/sound/sample_group.cxx index 54f6c000..b9037811 100644 --- a/simgear/sound/sample_group.cxx +++ b/simgear/sound/sample_group.cxx @@ -149,7 +149,7 @@ void SGSampleGroup::update( double dt ) { alSourcei( source, AL_SOURCE_RELATIVE, AL_FALSE ); alSourcei( source, AL_LOOPING, looping ); - alSourcef( source, AL_ROLLOFF_FACTOR, 1.2 ) + alSourcef( source, AL_ROLLOFF_FACTOR, 1.2 ); alSourcePlay( source ); testForALError("sample play"); } else {