Skip to content

Commit

Permalink
gl4: Disable too bright FRAMEBUFFER_SRGB
Browse files Browse the repository at this point in the history
  • Loading branch information
0lvin committed Nov 17, 2024
1 parent f856be3 commit ddda422
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/client/refresh/gl4/gl4_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1590,9 +1590,6 @@ GL4_RenderView(refdef_t *fd)

GL4_DrawAlphaSurfaces();

// simple gamma correction
glEnable(GL_FRAMEBUFFER_SRGB);

// Note: R_Flash() is now GL4_Draw_Flash() and called from GL4_RenderFrame()

if (r_speeds->value)
Expand Down

0 comments on commit ddda422

Please sign in to comment.