Changeset 5994 in orxonox.OLD for trunk/src/world_entities/terrain.cc
- Timestamp:
- Dec 9, 2005, 10:43:31 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/terrain.cc
r5750 r5994 138 138 if (this->objectList) 139 139 glCallList(this->objectList); 140 else if (this-> model)141 this-> model->draw();140 else if (this->getModel()) 141 this->getModel()->draw(); 142 142 if (this->vegetation) 143 143 this->vegetation->draw();
Note: See TracChangeset
for help on using the changeset viewer.