Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 10, 2007, 6:34:01 PM (17 years ago)
Author:
patrick
Message:

some more work on the mounting points. should soon be finished

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/story_entities/game_world.cc

    r10216 r10228  
    543543  ObjectManager::EntityList::const_iterator entity;
    544544  for (entity = drawList.begin(); entity != drawList.end(); entity++)
     545  {
    545546    if ((*entity)->isVisible())
    546547      (*entity)->draw();
     548
     549    if( unlikely( this->showMPV))
     550      (*entity)->debugDrawMountPoints();
     551  }
    547552}
    548553
     
    668673    }
    669674
     675
    670676    if( unlikely(this->showPNodes))
    671677      PNode::getNullParent()->debugDraw(0);
Note: See TracChangeset for help on using the changeset viewer.