Changeset 7814 in orxonox.OLD for branches/water/src/story_entities
- Timestamp:
- May 24, 2006, 4:39:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/water/src/story_entities/game_world.cc
r7785 r7814 497 497 LightManager::getInstance()->draw(); 498 498 // draw everything to be included in the reflection 499 for (unsigned int i = 0; i < this->dataTank->drawLists.size(); ++i) 500 this->drawEntityList(State::getObjectManager()->getObjectList(this->dataTank->drawLists[i])); 499 this->drawEntityList(State::getObjectManager()->getReflectionList()); 500 // for (unsigned int i = 0; i < this->dataTank->drawLists.size(); ++i) 501 // this->drawEntityList(State::getObjectManager()->getObjectList(this->dataTank->drawLists[i])); 501 502 502 503 // clean up from reflection rendering
Note: See TracChangeset
for help on using the changeset viewer.