1
0
Fork 0

Removed outdated pathfinder comment (#3955)

This commit is contained in:
Safwat Halaby 2017-08-23 22:05:33 +03:00 committed by GitHub
parent af6963f40f
commit c1b1cb87a1
1 changed files with 1 additions and 2 deletions

View File

@ -61,8 +61,7 @@ public:
virtual void HandleFalling(void) override;
/** Engage pathfinder and tell it to calculate a path to a given position, and move the mob accordingly
Currently, the mob will only start moving to a new position after the position it is currently going to is reached. */
/** Engage pathfinder and tell it to calculate a path to a given position, and move the mob accordingly. */
virtual void MoveToPosition(const Vector3d & a_Position); // tolua_export
// tolua_begin