Fix comment

This commit is contained in:
Henrik Rydgård
2020-05-16 18:13:42 +02:00
parent b11c7774bc
commit b6a051dd49
+1 -1
View File
@@ -114,7 +114,7 @@ static void InitSDLAudioDevice(const std::string &name = "") {
}
}
if (audioDev <= 0) {
ILOG("SDL: Trying a different sample rate");
ILOG("SDL: Trying a different device");
audioDev = SDL_OpenAudioDevice(nullptr, 0, &fmt, &g_retFmt, SDL_AUDIO_ALLOW_FREQUENCY_CHANGE);
}
if (audioDev <= 0) {