Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Richard Gobeille
EDuke32
Commits
c729f7bd
Commit
c729f7bd
authored
Apr 20, 2022
by
Richard Gobeille
Browse files
engine: restrict SDL_SetGammaRamp() failure console spam to debug builds
parent
51666438
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/build/src/sdlayer.cpp
View file @
c729f7bd
...
...
@@ -2147,7 +2147,7 @@ int32_t videoSetGamma(void)
{
#endif
if
(
i
!=
INT32_MIN
)
LOG_F
(
ERROR
,
"Failed setting window gamma ramp: %s."
,
SDL_GetError
());
D
LOG_F
(
ERROR
,
"Failed setting window gamma ramp: %s."
,
SDL_GetError
());
#ifndef EDUKE32_GLES
#if SDL_MAJOR_VERSION >= 2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment