Don't reset song counter (for tell) when the decoder loops, but when the song does (bug #251)

This commit is contained in:
Bart van Strien
2011-07-23 17:49:48 +02:00
parent 387a8ab2dc
commit e72f84e7fd
2 changed files with 22 additions and 4 deletions
+2
View File
@@ -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);