Преглед изворни кода

Another small fix to the tell 'counting'

Bart van Strien пре 14 година
родитељ
комит
c924d17de9
1 измењених фајлова са 1 додато и 0 уклоњено
  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;
 			}
 		}
 	}