Changeset 10516 in orxonox.OLD for trunk/src/util
- Timestamp:
- Jan 30, 2007, 9:17:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/hud.cc
r10449 r10516 515 515 pos.x -= ySize; 516 516 //PRINTF(0)("secweaponwidget y-size: %f/n", (*weaponWidget)->getSizeY2D()); 517 (*weaponWidget)->setAbsCoor2D(pos.x +this->rightRect->getAbsCoor2D().x, pos.y);517 (*weaponWidget)->setAbsCoor2D(pos.x, pos.y);//+this->rightRect->getAbsCoor2D().x, pos.y); 518 518 (*weaponWidget)->show(); 519 519 //printf("update thing %s::%s\n", (*weaponWidget)->getClassCName(), (*weaponWidget)->getName());
Note: See TracChangeset
for help on using the changeset viewer.