mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Fix a float/integer conversion warning.
This commit is contained in:
@ -761,7 +761,6 @@ void plDSoundBuffer::SetTimeOffsetSec(float seconds)
|
|||||||
|
|
||||||
void plDSoundBuffer::SetTimeOffsetBytes(unsigned bytes)
|
void plDSoundBuffer::SetTimeOffsetBytes(unsigned bytes)
|
||||||
{
|
{
|
||||||
alSourcef(source, AL_BYTE_OFFSET, bytes);
|
alSourcei(source, AL_BYTE_OFFSET, bytes);
|
||||||
ALenum error = alGetError();
|
ALenum error = alGetError();
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue
Block a user