Changeset 4191 in orxonox.OLD for orxonox/branches/md2_loader/src/world_entities
- Timestamp:
- May 15, 2005, 11:32:38 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/md2_loader/src/world_entities/test_entity.cc
r4189 r4191 42 42 void TestEntity::tick (float time) 43 43 { 44 this->md2Model->tick(time);44 //this->md2Model->tick(time); 45 45 } 46 46
Note: See TracChangeset
for help on using the changeset viewer.