mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-12 21:22:14 +00:00
OpenGL2: Fix specularScale override not being used in RB_IterateStagesGeneric
This commit is contained in:
parent
8b458e5457
commit
acd659b05a
1 changed files with 1 additions and 1 deletions
|
@ -1270,7 +1270,7 @@ static void RB_IterateStagesGeneric( shaderCommands_t *input )
|
|||
specularScale[1] = 0.0f;
|
||||
}
|
||||
|
||||
GLSL_SetUniformVec4(sp, UNIFORM_SPECULARSCALE, pStage->specularScale);
|
||||
GLSL_SetUniformVec4(sp, UNIFORM_SPECULARSCALE, specularScale);
|
||||
}
|
||||
|
||||
//GLSL_SetUniformFloat(sp, UNIFORM_MAPLIGHTSCALE, backEnd.refdef.mapLightScale);
|
||||
|
|
Loading…
Reference in a new issue