Fixed Source:tell crashing if the Source is static.

This commit is contained in:
Alex Szpakowski
2014-08-25 03:46:11 -03:00
parent 234ee0fea6
commit d5e5f38e2f
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -180,6 +180,7 @@ private:
float offsetSamples;
float offsetSeconds;
int sampleRate;
int channels;
Object::StrongRef<love::sound::Decoder> decoder;