mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
vbo: Fix return value
This commit is contained in:
parent
119b458b0f
commit
f7c60ea9d1
@ -885,7 +885,7 @@ _inline qboolean R_HasLightmap( void )
|
|||||||
if( RI.currententity )
|
if( RI.currententity )
|
||||||
{
|
{
|
||||||
if( RI.currententity->curstate.effects & EF_FULLBRIGHT )
|
if( RI.currententity->curstate.effects & EF_FULLBRIGHT )
|
||||||
return; // disabled by user
|
return false; // disabled by user
|
||||||
|
|
||||||
// check for rendermode
|
// check for rendermode
|
||||||
switch( RI.currententity->curstate.rendermode )
|
switch( RI.currententity->curstate.rendermode )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user