mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Source:play now returns false if alSourcePlay failed
This commit is contained in:
@@ -118,7 +118,7 @@ public:
|
||||
virtual float getMaxDistance() const;
|
||||
virtual int getChannels() const;
|
||||
|
||||
void playAtomic();
|
||||
bool playAtomic();
|
||||
void stopAtomic();
|
||||
void pauseAtomic();
|
||||
void resumeAtomic();
|
||||
|
||||
Reference in New Issue
Block a user