Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10291 in orxonox.OLD for branches/playability/src/util


Ignore:
Timestamp:
Jan 18, 2007, 12:08:19 AM (17 years ago)
Author:
muellmic
Message:

traveldistance calculated dynamically now, but calculations aren't correct yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/util/hud.cc

    r10278 r10291  
    407407  std::list<OrxGui::GLGuiEnergyWidgetVertical*>::iterator weaponWidget;
    408408  Vector2D pos = Vector2D(overlayWidth + this->rightRect->getAbsCoor2D().x, 0.5*this->resY);
    409   PRINTF(0)("Cur Pos: %f,%f\n",pos.x,pos.y);
     409  //PRINTF(0)("Cur Pos: %f,%f\n",pos.x,pos.y);
    410410  // out of reasons i can't get behind, this version is segfaulting when calling getSizeX2D or getSizeY2D. the other
    411411  // element2D- related function works tough.. :s
Note: See TracChangeset for help on using the changeset viewer.