Changeset 10291 in orxonox.OLD for branches/playability/src/util/hud.cc
- Timestamp:
- Jan 18, 2007, 12:08:19 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/util/hud.cc
r10278 r10291 407 407 std::list<OrxGui::GLGuiEnergyWidgetVertical*>::iterator weaponWidget; 408 408 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); 410 410 // out of reasons i can't get behind, this version is segfaulting when calling getSizeX2D or getSizeY2D. the other 411 411 // element2D- related function works tough.. :s
Note: See TracChangeset
for help on using the changeset viewer.