Clear the position fraction when setting a new source offset
This commit is contained in:
@@ -2096,6 +2096,7 @@ ALboolean ApplyOffset(ALsource *Source)
|
||||
|
||||
// SW Mixer Positions are in Samples
|
||||
Source->position = offset - totalBufferLen;
|
||||
Source->position_fraction = 0;
|
||||
return AL_TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user