mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-09-21 06:13:35 -04:00
and fix a ton more minor performance issues
This commit is contained in:
@@ -45,7 +45,7 @@ void updateQueue ( BuildQueue * queue, PerformanceTimer const & timer, float tim
|
||||
currentBuilder->update();
|
||||
|
||||
BuildQueue::iterator old = it;
|
||||
it++;
|
||||
++it;
|
||||
|
||||
if(currentBuilder->buildDone())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user