Ticket #480 (closed task: fixed)
Fix gamma warning
| Reported by: | Philip | Owned by: | |
|---|---|---|---|
| Priority: | Should Have | Milestone: | Pre-Alpha 2 |
| Component: | Core engine | Keywords: | |
| Cc: |
Description
Assertion failed: "SDL_SetGamma failed" Location: GameSetup.cpp:142 (SetVideoMode)
18:01 <@Philip-> janwas: Should the warning about gamma be disabled, because it's a bit annoying and doesn't seem to be useful? 18:03 < janwas> Philip-: hm, that check has failed (in the intervening years, no one was able to find the underlying problem), so it can probably be commented out :) (preferably with a note that it sometimes fails, usually on multimon systems)
Change History
Note: See
TracTickets for help on using
tickets.

(In [7410]) Disable visible warnings when gamma-setting fails. Fixes #480.