浏览代码

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