Fix source reset, specifically audio wasn't always updating the AL_LOOPING flag

This commit is contained in:
Bart van Strien
2013-06-30 17:29:55 +02:00
parent 2ad7562e6b
commit ad8e0da351
2 changed files with 7 additions and 15 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ public:
private:
void reset(ALenum source);
void reset();
void setFloatv(float *dst, const float *src) const;