Allow seeking all paused sources (fixes #1152)

Previously, sources that had never been started, were paused with 'stop', or had finished playing, aka the 0.10.x definition of stopped, would ignore seek.

--HG--
branch : minor
This commit is contained in:
Bart van Strien
2016-04-08 14:28:22 +02:00
parent 094f9a13fe
commit 55aa09bb42
2 changed files with 38 additions and 44 deletions
-1
View File
@@ -198,7 +198,6 @@ private:
StrongRef<love::sound::Decoder> decoder;
unsigned int toLoop;
}; // Source
} // openal