mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Remove dot
This commit is contained in:
parent
1f4927eecb
commit
e42eeea291
@ -105,7 +105,7 @@ MxResult MxSoundManager::Create(MxU32 p_frequencyMS, MxBool p_createThread)
|
|||||||
SDL_ResumeAudioDevice(SDL_GetAudioStreamDevice(m_stream));
|
SDL_ResumeAudioDevice(SDL_GetAudioStreamDevice(m_stream));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Failed to open default audio device for playback.");
|
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Failed to open default audio device for playback");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (p_createThread) {
|
if (p_createThread) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user