Changeset 10668 in orxonox.OLD
- Timestamp:
- Jun 1, 2007, 12:28:26 PM (17 years ago)
- Location:
- branches/vs-enhencements/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vs-enhencements/src/util/track/action_box.cc
r10667 r10668 82 82 glEnd(); 83 83 84 glPopAttrib(); 84 85 glPopMatrix(); 85 86 } -
branches/vs-enhencements/src/world_entities/weapons/disruptor.cc
r10661 r10668 214 214 static_cast<StaticModel*>(this->getModel())->draw(0); 215 215 glPopMatrix(); 216 217 glPopMatrix();218 216 } 219 217
Note: See TracChangeset
for help on using the changeset viewer.