Interstice's gamma support

This commit is contained in:
cypress 2023-11-22 17:34:59 -05:00
parent e3202ef9a5
commit 4ea173efc5

View file

@ -1555,6 +1555,9 @@ void SCR_UpdateScreen (void)
GL_Set2D ();
if (v_gamma.value < 1)
Draw_FillByColor(0, 0, 480, 272, GU_RGBA(255, 255, 255, (int)((1 - v_gamma.value)*255)));
Draw_Crosshair ();
//muff - to show FPS on screen