]> git.mxchange.org Git - simgear.git/commitdiff
fix a typo
authorehofman <ehofman>
Tue, 6 Oct 2009 12:11:33 +0000 (12:11 +0000)
committerTim Moore <timoore@redhat.com>
Wed, 7 Oct 2009 06:19:47 +0000 (08:19 +0200)
simgear/sound/sample_group.cxx

index 54f6c000437ccd58971cf256262013326878ae94..b90378115585d9b8283265f88b0c3d4034eff299 100644 (file)
@@ -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 {