diff options
Diffstat (limited to 'src/resources/loaders/soundloader.cpp')
-rw-r--r-- | src/resources/loaders/soundloader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/loaders/soundloader.cpp b/src/resources/loaders/soundloader.cpp index b99b48b6c..879bc0cb1 100644 --- a/src/resources/loaders/soundloader.cpp +++ b/src/resources/loaders/soundloader.cpp @@ -61,7 +61,7 @@ namespace return new SoundEffect(tmpSoundEffect, rl->path); } reportAlways("Error, failed to load sound effect: %s", - Mix_GetError()); + SDL_GetError()); return nullptr; } }; |