mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Sound should now work again. Music looping does probably not work, however (at least now with mp3).
This commit is contained in:
@@ -102,12 +102,6 @@ namespace openal
|
||||
**/
|
||||
ALuint claim(love::audio::Source * source);
|
||||
|
||||
/**
|
||||
* Makes the specified OpenAL source available for use.
|
||||
* @param source The OpenAL source.
|
||||
**/
|
||||
void release(love::audio::Source * source);
|
||||
|
||||
ALuint find(const love::audio::Source * source) const;
|
||||
|
||||
void update();
|
||||
@@ -122,6 +116,12 @@ namespace openal
|
||||
|
||||
private:
|
||||
|
||||
/**
|
||||
* Makes the specified OpenAL source available for use.
|
||||
* @param source The OpenAL source.
|
||||
**/
|
||||
void release(love::audio::Source * source);
|
||||
|
||||
ALuint findi(const love::audio::Source * source) const;
|
||||
}; // Pool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user