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 {