Fix: Logic for unlocking framerate and fast-forwarding wasn't really sound.

This commit is contained in:
SimoZ64
2025-07-23 22:15:43 +02:00
parent 0ad1311d7b
commit ccc63c3dbf
3 changed files with 8 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ bool SettingsWindow::render() {
SettingsWindow* settings = (SettingsWindow*)userdata;
if (!filelist) {
panic("An error occured: %s", SDL_GetError());
panic("An error occured: {}", SDL_GetError());
return;
} else if (!*filelist) {
warn("The user did not select any file.");