From 5d14b849695653a5a0ff6684ce613286dbad6801 Mon Sep 17 00:00:00 2001 From: ehofman Date: Tue, 6 Oct 2009 12:11:33 +0000 Subject: [PATCH] fix a typo --- simgear/sound/sample_group.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5