mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-23 20:21:32 +00:00
Tiny v14 fix (from SmileTheory)
This commit is contained in:
parent
c8bc9f8bb2
commit
411ad75550
1 changed files with 1 additions and 1 deletions
|
@ -1318,7 +1318,7 @@ static void ForwardDlightVBOGLSL( void ) {
|
||||||
|
|
||||||
//if (pStage->glslShaderGroup == tr.lightallShader)
|
//if (pStage->glslShaderGroup == tr.lightallShader)
|
||||||
{
|
{
|
||||||
sp = &tr.lightallShader[pStage->glslShaderIndex & ~LIGHTDEF_USE_LIGHTMAP];
|
sp = &tr.lightallShader[pStage->glslShaderIndex & ~(LIGHTDEF_USE_LIGHTMAP | LIGHTDEF_USE_DELUXEMAP)];
|
||||||
}
|
}
|
||||||
|
|
||||||
backEnd.pc.c_lightallDraws++;
|
backEnd.pc.c_lightallDraws++;
|
||||||
|
|
Loading…
Reference in a new issue