Changeset 8929 in orxonox.OLD for branches/terrain/src/world_entities/terrain_entity.cc
- Timestamp:
- Jun 29, 2006, 11:45:59 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/world_entities/terrain_entity.cc
r8748 r8929 101 101 { 102 102 this->setClassID( CL_TERRAIN, "TerrainEntity"); 103 this->toList(OM_ENVIRON _NOTICK);103 this->toList(OM_ENVIRON); 104 104 this->toReflectionList(); 105 105 … … 200 200 201 201 202 202 void TerrainEntity::tick( float _dt ) { if ( terrain ) terrain->tick( _dt ); } 203 203 204 204 void TerrainEntity::draw () const
Note: See TracChangeset
for help on using the changeset viewer.