1
0
Fork 1
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:
scrawl 2012-08-28 17:32:50 +02:00
parent 5834b4baa5
commit 571d5095d4

View file

@ -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",