more partial reverts of inadvisable changes from i++ to ++i, per pvs-studio...i'll ignore that type of advice from now on as i wasn't considering the consequences

This commit is contained in:
DarthArgus
2016-01-15 23:11:19 -06:00
parent 1ce2c52f5b
commit c9801cebad
6 changed files with 30 additions and 27 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ void updateQueue ( BuildQueue * queue, PerformanceTimer const & timer, float tim
currentBuilder->update();
BuildQueue::iterator old = it;
++it;
it++;
if(currentBuilder->buildDone())
{