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

@@ -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++;
}
}