We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2349a commit 3079161Copy full SHA for 3079161
src/engine/renderer/tr_shade.cpp
@@ -899,8 +899,8 @@ void ProcessShaderLiquid( const shaderStage_t* pStage ) {
899
}
900
901
void ProcessShaderFog( const shaderStage_t* ) {
902
- gl_heatHazeShader->SetVertexSkinning( glConfig2.vboVertexSkinningAvailable && tess.vboVertexSkinning );
903
- gl_heatHazeShader->SetVertexAnimation( tess.vboVertexAnimation );
+ gl_fogQuake3Shader->SetVertexSkinning( glConfig2.vboVertexSkinningAvailable && tess.vboVertexSkinning );
+ gl_fogQuake3Shader->SetVertexAnimation( tess.vboVertexAnimation );
904
905
906
void Render_NONE( shaderStage_t * )
0 commit comments