mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 19:39:41 +00:00
Oops, committed debug code
This commit is contained in:
parent
8f5acf4741
commit
9fb5cef287
1 changed files with 0 additions and 5 deletions
|
@ -93,11 +93,6 @@ namespace MWGui
|
|||
{
|
||||
mFogOfWar = !mFogOfWar;
|
||||
applyFogOfWar();
|
||||
|
||||
// clear all previous door markers
|
||||
for (std::vector<MyGUI::Widget*>::iterator it = mDoorMarkerWidgets.begin(); it != mDoorMarkerWidgets.end(); ++it)
|
||||
MyGUI::Gui::getInstance().destroyWidget(*it);
|
||||
mDoorMarkerWidgets.clear();
|
||||
}
|
||||
|
||||
void LocalMapBase::applyFogOfWar()
|
||||
|
|
Loading…
Reference in a new issue