Changeset 10449 in orxonox.OLD for trunk/src/world_entities/camera.cc
- Timestamp:
- Jan 28, 2007, 5:46:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/camera.cc
r10410 r10449 231 231 void Camera::draw() const 232 232 { 233 if( this->entityTrack != NULL )233 if( this->entityTrack != NULL && this->isDrawTrack()) 234 234 this->entityTrack->drawGraph(); 235 235 }
Note: See TracChangeset
for help on using the changeset viewer.