Changeset 6889 in orxonox.OLD for trunk/src/lib/graphics/render2D
- Timestamp:
- Jan 31, 2006, 1:21:29 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/render2D/billboard.cc
r6815 r6889 149 149 void Billboard::draw() const 150 150 { 151 if( !this->isVisible()) 152 return; 153 151 154 glPushMatrix(); 152 155
Note: See TracChangeset
for help on using the changeset viewer.