mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 03:45:32 +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);
|
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;
|
static int counter = 0;
|
||||||
++counter;
|
++counter;
|
||||||
MyGUI::ImageBox* markerWidget = mLocalMap->createWidget<MyGUI::ImageBox>("ImageBox",
|
MyGUI::ImageBox* markerWidget = mLocalMap->createWidget<MyGUI::ImageBox>("ImageBox",
|
||||||
|
|
Loading…
Reference in a new issue