mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Change more prefix to postfix operators
This commit is contained in:
@@ -408,7 +408,7 @@ RenderableTrailOrbit::UpdateReport RenderableTrailOrbit::updateTrails(
|
||||
else {
|
||||
// Move the current pointer fowards one step to be used as the new
|
||||
// floating
|
||||
++_primaryRenderInformation.first;
|
||||
_primaryRenderInformation.first++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user