ai: Restore default argument value for AIBehaviors::path_follow()
This commit is contained in:
parent
57f7d04231
commit
7e0c770dcd
|
|
@ -148,7 +148,7 @@ PUBLISHED:
|
|||
|
||||
void obstacle_avoidance(float feeler_length = 1.0);
|
||||
|
||||
void path_follow(float follow_wt);
|
||||
void path_follow(float follow_wt = 1.0f);
|
||||
void add_to_path(LVecBase3 pos);
|
||||
void start_follow(std::string type = "normal");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue