mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Rework source updates, do clean stopping of streaming sources once they end. (bug #295)
This commit is contained in:
@@ -85,7 +85,7 @@ namespace openal
|
||||
virtual bool isStopped() const;
|
||||
virtual bool isPaused() const;
|
||||
virtual bool isFinished() const;
|
||||
virtual void update();
|
||||
virtual bool update();
|
||||
virtual void setPitch(float pitch);
|
||||
virtual float getPitch() const;
|
||||
virtual void setVolume(float volume);
|
||||
|
||||
Reference in New Issue
Block a user