mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
removed a pointless if statement.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@272 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
705d84c214
commit
0c6d688751
1 changed files with 1 additions and 2 deletions
|
@ -3481,8 +3481,7 @@ void GL_BuildLightmaps (void)
|
||||||
}
|
}
|
||||||
|
|
||||||
GL_CreateSurfaceLightmap (m->surfaces + i);
|
GL_CreateSurfaceLightmap (m->surfaces + i);
|
||||||
if (m->surfaces[i].texinfo->texture->parttype>=0)
|
R_EmitSkyEffectTris(m, &m->surfaces[i]);
|
||||||
R_EmitSkyEffectTris(m, &m->surfaces[i]);
|
|
||||||
if ( m->surfaces[i].flags & SURF_DRAWTURB )
|
if ( m->surfaces[i].flags & SURF_DRAWTURB )
|
||||||
continue;
|
continue;
|
||||||
if ( m->surfaces[i].flags & SURF_DRAWSKY )
|
if ( m->surfaces[i].flags & SURF_DRAWSKY )
|
||||||
|
|
Loading…
Reference in a new issue