mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
parent
e2d63b1fea
commit
8c04462b34
1 changed files with 2 additions and 3 deletions
|
@ -265,10 +265,9 @@ static int GLimp_SetMode( int mode, qboolean fullscreen )
|
|||
else
|
||||
glConfig.isFullscreen = qfalse;
|
||||
|
||||
if (!r_colorbits->value)
|
||||
colorbits = 24;
|
||||
else
|
||||
colorbits = r_colorbits->value;
|
||||
if ((!colorbits) || (colorbits >= 32))
|
||||
colorbits = 24;
|
||||
|
||||
if (!r_depthbits->value)
|
||||
depthbits = 24;
|
||||
|
|
Loading…
Reference in a new issue