forgot to comment debug ...

This commit is contained in:
Titus Tscharntke 2011-03-29 23:19:19 +00:00
parent 4719686440
commit 2f250846b1
1 changed files with 1 additions and 2 deletions

View File

@ -943,8 +943,7 @@ bool Gui::computeTarget(const Vec2i &screenPos, Vec2i &targetPos, const Unit *&t
// get real click pos
renderer.computePosition(screenPos, targetPos);
printf("c.x=%d c.y=%d o.x=%d o.y=%d\n", targetPos.x, targetPos.y, obj->getMapPos().x, obj->getMapPos().y);
validPosObjWorld= true;
//validPosObjWorld= true;
//posObjWorld = targetPos;
int tx= targetPos.x;