mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-31 22:15:33 +00:00
removed a cout
This commit is contained in:
parent
5834b4baa5
commit
571d5095d4
1 changed files with 0 additions and 2 deletions
|
@ -164,8 +164,6 @@ void LocalMapBase::setActiveCell(const int x, const int y, bool interior)
|
|||
widgetCoord = MyGUI::IntCoord(nX * 512 - 3 + (1+cellDx-x) * 512, nY * 512 - 3 + (1+cellDy-y) * 512, 7, 7);
|
||||
}
|
||||
|
||||
std::cout << "widgetCoord " << widgetCoord.left << " " << widgetCoord.top << " nX " << nX << " nY " << nY << " xy " << x << " " << y << std::endl;
|
||||
|
||||
static int counter = 0;
|
||||
++counter;
|
||||
MyGUI::ImageBox* markerWidget = mLocalMap->createWidget<MyGUI::ImageBox>("ImageBox",
|
||||
|
|
Loading…
Reference in a new issue