mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-23 04:39:44 +00:00
Merge remote-tracking branch 'vorenon/master'
This commit is contained in:
commit
dff9e3d18f
1 changed files with 0 additions and 2 deletions
|
@ -217,7 +217,6 @@ namespace MWWorld
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
MWBase::Environment::get().getWindowManager ()->setLoadingProgress ("Unloading cells", 0, current, numUnload);
|
|
||||||
unloadCell (active++);
|
unloadCell (active++);
|
||||||
++current;
|
++current;
|
||||||
}
|
}
|
||||||
|
@ -360,7 +359,6 @@ namespace MWWorld
|
||||||
active = mActiveCells.begin();
|
active = mActiveCells.begin();
|
||||||
while (active!=mActiveCells.end())
|
while (active!=mActiveCells.end())
|
||||||
{
|
{
|
||||||
MWBase::Environment::get().getWindowManager ()->setLoadingProgress ("Unloading cells", 0, current, numUnload);
|
|
||||||
|
|
||||||
unloadCell (active++);
|
unloadCell (active++);
|
||||||
++current;
|
++current;
|
||||||
|
|
Loading…
Reference in a new issue