1
0
Fork 0

Correct typo in documentation.

This commit is contained in:
Alexander Harkness 2016-02-05 16:45:55 +00:00
parent cb28aaface
commit ac5170c7c4
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class cPathFinder
public:
/** Creates a cPathFinder instance. Each mob should have one cPathFinder throughout its lifetime.
@param a_MobWidth The mob width.
@param a_MobWidth The mob height.
@param a_MobHeight The mob height.
*/
cPathFinder(double a_MobWidth, double a_MobHeight);