Changeset 10228 in orxonox.OLD for branches/mount_points/src/story_entities/game_world.cc
- Timestamp:
- Jan 10, 2007, 6:34:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mount_points/src/story_entities/game_world.cc
r10216 r10228 543 543 ObjectManager::EntityList::const_iterator entity; 544 544 for (entity = drawList.begin(); entity != drawList.end(); entity++) 545 { 545 546 if ((*entity)->isVisible()) 546 547 (*entity)->draw(); 548 549 if( unlikely( this->showMPV)) 550 (*entity)->debugDrawMountPoints(); 551 } 547 552 } 548 553 … … 668 673 } 669 674 675 670 676 if( unlikely(this->showPNodes)) 671 677 PNode::getNullParent()->debugDraw(0);
Note: See TracChangeset
for help on using the changeset viewer.