mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-20 08:21:08 +00:00
Repariere einen Bug, durch den Area Portals zum Teil nicht getriggert
wurden
This commit is contained in:
parent
4ece83cd3c
commit
435ae096e4
1 changed files with 2 additions and 0 deletions
|
@ -927,6 +927,8 @@ R_DrawBrushModel ( entity_t *e )
|
|||
R_TexEnv( GL_REPLACE );
|
||||
R_SelectTexture( QGL_TEXTURE1 );
|
||||
|
||||
R_DrawInlineBModel();
|
||||
|
||||
if ( !gl_config.mtexcombine )
|
||||
{
|
||||
R_TexEnv( GL_REPLACE );
|
||||
|
|
Loading…
Reference in a new issue