Changeset 10092 in orxonox.OLD for branches/playability/src/lib/gui/gl/glgui_widget.h
- Timestamp:
- Dec 18, 2006, 8:39:38 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/lib/gui/gl/glgui_widget.h
r9869 r10092 244 244 245 245 /// RENDERING 246 inline void beginDraw() const { glPushMatrix(); glTranslatef(this->getAbsCoor2D().x, this->getAbsCoor2D().y, 0); };246 void beginDraw() const; 247 247 inline void endDraw() const { glPopMatrix(); }; 248 248
Note: See TracChangeset
for help on using the changeset viewer.