Bläddra i källkod

Another small fix to the tell 'counting'

Bart van Strien 14 år sedan
förälder
incheckning
c924d17de9
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      src/modules/audio/openal/Source.cpp

+ 1 - 0
src/modules/audio/openal/Source.cpp

@@ -264,6 +264,7 @@ namespace openal
 				// let's empty them.
 				stopAtomic(false);
 				playAtomic();
+				toLoop = 0;
 			}
 		}
 	}