mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
parent
bbefffa738
commit
c6a74a38e6
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue