mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 15:25:54 -04:00
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…
x
Reference in New Issue
Block a user