Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 4, 2016, 6:31:29 PM (8 years ago)
Author:
landauf
Message:

use only default constructor (with context, but no other arguments)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationHS15/src/modules/hover/HoverFlag.h

    r11041 r11042  
    4747        public:
    4848            HoverFlag(Context* context);
    49             HoverFlag(Context* context, int xCoordinate, int yCoordinate, int cellSize);
    5049            virtual ~HoverFlag();
     50
     51            void init(int xCoordinate, int yCoordinate, int cellSize);
    5152
    5253            virtual bool collidesAgainst(WorldEntity* otherObject, const btCollisionShape* ownCollisionShape, btManifoldPoint& contactPoint);           
Note: See TracChangeset for help on using the changeset viewer.