OpenGL: Don't force texture quality to 8-bit when setting default video mode

Now that options with a non-default value is explcitly marked on menus, I feel like it would be very confusing for someone to see the option be set to a non-default automatically.
This commit is contained in:
SteelT 2023-12-29 23:24:35 -05:00
parent bbefffa738
commit c6a74a38e6

View file

@ -421,7 +421,6 @@ void SCR_SetDefaultMode(void)
// remember the default screen size
CV_SetValue(&cv_scr_width, vid.width);
CV_SetValue(&cv_scr_height, vid.height);
CV_SetValue(&cv_scr_depth, vid.bpp*8);
}
// Change fullscreen on/off according to cv_fullscreen