mirror of
https://github.com/glest/glest-source.git
synced 2025-09-09 07:20:47 +02:00
forgot to comment debug ...
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user