stray minus sign

--HG--
branch : minor
This commit is contained in:
rcoaxil
2016-10-19 05:13:30 +03:00
parent 329e10d35b
commit 3c413a293b
+1 -1
View File
@@ -282,7 +282,7 @@ bool Source::update()
case TYPE_STATIC:
{
// Looping mode could have changed.
- // FIXME: make looping mode change atomically so this is not needed
// FIXME: make looping mode change atomically so this is not needed
alSourcei(source, AL_LOOPING, isLooping() ? AL_TRUE : AL_FALSE);
return !isFinished();
}