소스 검색

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;
 			}
 		}
 	}