mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Avoid non-ASCII UTF-8 in message box text - SDL's X11 backend for message boxes doesn't properly support it yet (https://bugzilla.libsdl.org/show_bug.cgi?id=1658).
This commit is contained in:
@@ -241,7 +241,7 @@ bool CoreAudioDecoder::seek(float s)
|
||||
|
||||
bool CoreAudioDecoder::rewind()
|
||||
{
|
||||
OSStatus err = ExtAudioFileSeek(extAudioFile, 0);
|
||||
OSStatus err = ExtAudioFileSeek(extAudioFile, 0);
|
||||
|
||||
if (err == noErr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user