Correct typo in documentation.
This commit is contained in:
parent
cb28aaface
commit
ac5170c7c4
@ -14,7 +14,7 @@ class cPathFinder
|
|||||||
public:
|
public:
|
||||||
/** Creates a cPathFinder instance. Each mob should have one cPathFinder throughout its lifetime.
|
/** Creates a cPathFinder instance. Each mob should have one cPathFinder throughout its lifetime.
|
||||||
@param a_MobWidth The mob width.
|
@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);
|
cPathFinder(double a_MobWidth, double a_MobHeight);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user