Skip to content

Commit

Permalink
RTSS: fixup fe8aedb
Browse files Browse the repository at this point in the history
  • Loading branch information
Joilnen authored Sep 1, 2023
1 parent fe8aedb commit 35e1193
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Components/RTShaderSystem/src/OgreShaderGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,6 @@ void ShaderGenerator::SGTechnique::buildIlluminationTargetRenderState()
createIlluminationSGPasses();

// Build render state for each pass.
for(SGPassIterator itPass = mPassEntries.begin(); itPass != mPassEntries.end(); ++itPass)
for(auto& p : mPassEntries)
{
if(p->isIlluminationPass())
Expand Down

0 comments on commit 35e1193

Please sign in to comment.