Changeset 5366 in orxonox.OLD for trunk/src/lib/gui/gl_gui/glgui_widget.cc
- Timestamp:
- Oct 12, 2005, 1:23:08 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/gl_gui/glgui_widget.cc
r5364 r5366 46 46 this->setClassID(CL_GLGUI_WIDGET, "GLGuiWidget"); 47 47 48 this->managed = false; 49 this->focusable = true; 50 this->clickable = true; 51 52 this->backGround = NULL; 53 this->renderModel = 0; 48 54 }
Note: See TracChangeset
for help on using the changeset viewer.