Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 4:57:28 PM (6 years ago)
Author:
jeromela
Message:

Zielvisier eingefuegt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxShip.h

    r12370 r12391  
    5353            //virtual void rotatePitch(const Vector2& value) override{}; // Rotate in pitch direction.
    5454            //Yaw
     55            virtual void rotatePitch(const Vector2& value) override{}; // Rotate in pitch direction.
    5556            virtual void rotateRoll(const Vector2& value) override{}; // Rotate in roll direction.
    5657            virtual void boost(bool boost) override; //Override, so that the ship does not shake
     58           
    5759           
    5860            /*Functions that can be helpful while debugging.
     
    6971            }
    7072
    71         protected:
     73        //protected:
    7274        private:
    7375            OrxoBlox* getGame();
Note: See TracChangeset for help on using the changeset viewer.