Change more prefix to postfix operators

This commit is contained in:
Alexander Bock
2025-10-04 10:13:25 +02:00
parent 68bbfd0b4c
commit 25f021f009
29 changed files with 51 additions and 46 deletions

View File

@@ -769,7 +769,7 @@ void RenderableModel::render(const RenderData& data, RendererTasks&) {
_lightDirectionsViewSpaceBuffer[nLightSources] =
lightSource->directionViewSpace(data);
++nLightSources;
nLightSources++;
}
if (_uniformCache.performShading != -1) {