mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 10:40:09 -06:00
Change more prefix to postfix operators
This commit is contained in:
@@ -769,7 +769,7 @@ void RenderableModel::render(const RenderData& data, RendererTasks&) {
|
||||
_lightDirectionsViewSpaceBuffer[nLightSources] =
|
||||
lightSource->directionViewSpace(data);
|
||||
|
||||
++nLightSources;
|
||||
nLightSources++;
|
||||
}
|
||||
|
||||
if (_uniformCache.performShading != -1) {
|
||||
|
||||
Reference in New Issue
Block a user