mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Fix source reset, specifically audio wasn't always updating the AL_LOOPING flag
This commit is contained in:
@@ -100,7 +100,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
void reset(ALenum source);
|
||||
void reset();
|
||||
|
||||
void setFloatv(float *dst, const float *src) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user