Browse Source

Another small fix to the tell 'counting'

Bart van Strien 14 years ago
parent
commit
c924d17de9
1 changed files with 1 additions and 0 deletions
  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.
 				// let's empty them.
 				stopAtomic(false);
 				stopAtomic(false);
 				playAtomic();
 				playAtomic();
+				toLoop = 0;
 			}
 			}
 		}
 		}
 	}
 	}