Fix seek and tell on streaming sounds (bugs #250 and #251)

This commit is contained in:
Bart van Strien
2011-07-22 16:20:51 +02:00
parent b1c5b948c3
commit 5192215122
2 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ namespace openal
bool isStatic() const;
void playAtomic();
void stopAtomic();
void stopAtomic(bool rewind = true);
void pauseAtomic();
void resumeAtomic();
void rewindAtomic();