Skip to content

Commit

Permalink
#5893: Fix an intelligence fail
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Feb 20, 2022
1 parent 245e7de commit ecab2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiantcore/rendersystem/backend/LightInteractions.cpp
Expand Up @@ -130,7 +130,7 @@ void LightInteractions::render(OpenGLState& state, RenderStateFlags globalFlagsM
{
if (!pass->stateIsActive())
{
return;
continue;
}

// Reset the texture matrix
Expand Down

0 comments on commit ecab2d9

Please sign in to comment.