ai: Restore default argument value for AIBehaviors::path_follow()

This commit is contained in:
rdb 2021-02-26 11:44:17 +01:00
parent 57f7d04231
commit 7e0c770dcd

View File

@ -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");