Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10473 in orxonox.OLD for trunk/src/world_entities/cameraman.h


Ignore:
Timestamp:
Jan 29, 2007, 12:55:48 AM (17 years ago)
Author:
patrick
Message:

more cameara bugs fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/cameraman.h

    r10464 r10473  
    5353    float getCurrCameraCoorY();
    5454    float getCurrCameraCoorZ();
    55     const Camera* getCurrentCam() { return this->currentCam; }
     55    const Camera* getCurrentCam() const { return this->currentCam; }
     56    Camera* getCurrentCam() { return this->currentCam; }
    5657    bool cameraIsInVector(Camera* camera);
    5758
Note: See TracChangeset for help on using the changeset viewer.