mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Don't reset song counter (for tell) when the decoder loops, but when the song does (bug #251)
This commit is contained in:
@@ -68,6 +68,8 @@ namespace openal
|
||||
|
||||
love::sound::Decoder * decoder;
|
||||
|
||||
unsigned int toLoop;
|
||||
|
||||
public:
|
||||
Source(Pool * pool, love::sound::SoundData * soundData);
|
||||
Source(Pool * pool, love::sound::Decoder * decoder);
|
||||
|
||||
Reference in New Issue
Block a user