Changeset 9560 in orxonox.OLD for branches/proxy/src/lib/gui/gl
- Timestamp:
- Jul 28, 2006, 12:30:12 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/gui/gl/glgui_fixedposition_box.cc
r9558 r9560 50 50 printf("_----------------------- "); 51 51 GLGuiHandler::getInstance()->resolution().debug(); 52 this->getSize2D().debug(); 52 53 this->setAbsCoor2D((GLGuiHandler::getInstance()->resolution() - this->getSize2D()) / 2.0); 53 54 break; 54 55 default: 55 56 printf("not done mode yet!!\n"); 56 57 57 } 58 58 }
Note: See TracChangeset
for help on using the changeset viewer.