diff options
Diffstat (limited to 'src/resources/sdl2imagehelper.cpp')
-rw-r--r-- | src/resources/sdl2imagehelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/sdl2imagehelper.cpp b/src/resources/sdl2imagehelper.cpp index 0875a341f..3340032b7 100644 --- a/src/resources/sdl2imagehelper.cpp +++ b/src/resources/sdl2imagehelper.cpp @@ -71,7 +71,7 @@ Image *SDLImageHelper::_SDLload(SDL_Surface *tmpImage) if (!texture) { reportAlways("Texture from surface creation failed: %s", - SDL_GetError()); + SDL_GetError()) return nullptr; } SDL_SetTextureBlendMode(texture, SDL_BLENDMODE_BLEND); |