Changeset 5387 in orxonox.OLD for trunk/src/lib/gui/gl_gui/glgui_widget.cc
- Timestamp:
- Oct 16, 2005, 12:42:16 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/gl_gui/glgui_widget.cc
r5384 r5387 26 26 { 27 27 this->init(); 28 this->setVisibility( true);28 this->setVisibility(GLGUI_WIDGET_DEFAULT_VISIBLE); 29 29 } 30 30 … … 46 46 this->setClassID(CL_GLGUI_WIDGET, "GLGuiWidget"); 47 47 48 this->managed = false;49 48 this->focusable = true; 50 49 this->clickable = true; 51 50 52 this->backGround = NULL; 53 this->renderModel = 0; 51 this->backMat = NULL; 52 this->backModel = 0; 53 this->frontMat = NULL; 54 this->frontModel = 0; 54 55 }
Note: See TracChangeset
for help on using the changeset viewer.