1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-23 11:39:41 +00:00

remove unuseful std::cout

This commit is contained in:
scrawl 2012-03-23 08:16:32 +01:00
parent 2dd329938a
commit 8e299bd25b

View file

@ -140,7 +140,6 @@ namespace MWGui
MyGUI::IntPoint middle = MyGUI::IntPoint(x*size.width,y*size.height);
MyGUI::IntCoord viewsize = mMap->getCoord();
MyGUI::IntPoint pos(0.5*viewsize.width - middle.left, 0.5*viewsize.height - middle.top);
std::cout << pos.left << " top " << pos.top << std::endl;
mMap->setViewOffset(pos);
}