diff options
-rw-r--r-- | Alc/ALu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1365,7 +1365,7 @@ next_source: { BufferListItem = ALSource->queue; BuffersPlayed = 0; - if(ALSource->BuffersInQueue == 1) + if(ALSource->lSourceType == AL_STATIC) DataPosInt %= DataSize; else DataPosInt -= DataSize; |