Changeset 9567 in orxonox.OLD for branches/proxy/src/lib/gui
- Timestamp:
- Jul 28, 2006, 2:43:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/gui/gl/glgui_fixedposition_box.cc
r9560 r9567 48 48 { 49 49 case OrxGui::Center: 50 printf("_----------------------- ");51 GLGuiHandler::getInstance()->resolution().debug();52 this->getSize2D().debug();53 50 this->setAbsCoor2D((GLGuiHandler::getInstance()->resolution() - this->getSize2D()) / 2.0); 54 51 break;
Note: See TracChangeset
for help on using the changeset viewer.