mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-12 21:51:58 +00:00
Bleh, missed one.
This commit is contained in:
parent
9556d038c1
commit
bb37bd3707
1 changed files with 1 additions and 1 deletions
|
@ -741,7 +741,7 @@ dynamic:
|
||||||
R_BuildLightMap( surf, (void *)temp, smax*4 );
|
R_BuildLightMap( surf, (void *)temp, smax*4 );
|
||||||
R_SetCacheState( surf );
|
R_SetCacheState( surf );
|
||||||
|
|
||||||
GL_MBind( GL_TEXTURE1, gl_state.lightmap_textures + surf->lightmaptexturenum );
|
GL_MBind( GL_Texture1, gl_state.lightmap_textures + surf->lightmaptexturenum );
|
||||||
|
|
||||||
lmtex = surf->lightmaptexturenum;
|
lmtex = surf->lightmaptexturenum;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue