Skip to content

Commit

Permalink
CVAR: change default value for vid_framebuffer_sshotmode to 0, there'…
Browse files Browse the repository at this point in the history
…s most likely a bug in how gamma is being set when this is set to 1.
  • Loading branch information
ciscon committed Feb 27, 2024
1 parent d36d234 commit 89245f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vid_sdl2.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ cvar_t vid_framebuffer_depthformat = {"vid_framebuffer_depthformat", "0",
cvar_t vid_framebuffer_hdr = {"vid_framebuffer_hdr", "0", CVAR_NO_RESET | CVAR_LATCH_GFX };
cvar_t vid_framebuffer_hdr_tonemap = {"vid_framebuffer_hdr_tonemap", "0" };
cvar_t vid_framebuffer_smooth = {"vid_framebuffer_smooth", "1", CVAR_NO_RESET, framebuffer_smooth_changed_callback };
cvar_t vid_framebuffer_sshotmode = {"vid_framebuffer_sshotmode", "1" };
cvar_t vid_framebuffer_sshotmode = {"vid_framebuffer_sshotmode", "0" };
cvar_t vid_framebuffer_multisample = {"vid_framebuffer_multisample", "0" };

//
Expand Down

0 comments on commit 89245f5

Please sign in to comment.