Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10449 in orxonox.OLD for trunk/src/world_entities/camera.cc


Ignore:
Timestamp:
Jan 28, 2007, 5:46:16 PM (18 years ago)
Author:
patrick
Message:

drawing track is now loadable, merge from branche playability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/camera.cc

    r10410 r10449  
    231231void Camera::draw() const
    232232{
    233   if( this->entityTrack != NULL)
     233  if( this->entityTrack != NULL && this->isDrawTrack())
    234234    this->entityTrack->drawGraph();
    235235}
Note: See TracChangeset for help on using the changeset viewer.