diff --git a/Sources/Plasma/PubUtilLib/plAudio/plDSoundBuffer.cpp b/Sources/Plasma/PubUtilLib/plAudio/plDSoundBuffer.cpp index d757e8b0..ca88fd95 100644 --- a/Sources/Plasma/PubUtilLib/plAudio/plDSoundBuffer.cpp +++ b/Sources/Plasma/PubUtilLib/plAudio/plDSoundBuffer.cpp @@ -761,7 +761,6 @@ void plDSoundBuffer::SetTimeOffsetSec(float seconds) void plDSoundBuffer::SetTimeOffsetBytes(unsigned bytes) { - alSourcef(source, AL_BYTE_OFFSET, bytes); + alSourcei(source, AL_BYTE_OFFSET, bytes); ALenum error = alGetError(); } - \ No newline at end of file