From b70bbf075a20524e6c1859fb18db0865c65182ca Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 24 Aug 2013 15:31:36 +0300 Subject: move surface combination into sdlimagehelper. --- src/utils/sdlhelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/sdlhelper.cpp') diff --git a/src/utils/sdlhelper.cpp b/src/utils/sdlhelper.cpp index 204dd921d..ed2187172 100644 --- a/src/utils/sdlhelper.cpp +++ b/src/utils/sdlhelper.cpp @@ -81,7 +81,7 @@ void SDL::grabInput(SDL_Surface *const window A_UNUSED, const bool grab) void SDL::setGamma(SDL_Surface *const window A_UNUSED, const float gamma) { - SDL_SetGamma(gamma, gamma, gamma) + SDL_SetGamma(gamma, gamma, gamma); } void SDL::setVsync(const int val) -- cgit v1.2.3-60-g2f50