mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
stray minus sign
--HG-- branch : minor
This commit is contained in:
@@ -282,7 +282,7 @@ bool Source::update()
|
|||||||
case TYPE_STATIC:
|
case TYPE_STATIC:
|
||||||
{
|
{
|
||||||
// Looping mode could have changed.
|
// 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);
|
alSourcei(source, AL_LOOPING, isLooping() ? AL_TRUE : AL_FALSE);
|
||||||
return !isFinished();
|
return !isFinished();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user