godot-docs
godot-docs copied to clipboard
Fix doc in "2D Navigation Overview"
navigation_agent have method called get_next_path_location(), not get_next_location()
cc @smix8
If the method was renamed, it also needs to be changed in the C# example (line 182).
@paulloz updated.
P.S. Nice avatar
Should also fix the setter function not just the getter.
Thanks for the contribution! This was missing some places that need to be changed, and actually using the wrong name for the new method (get_next_path_position, not _location). So I made #6910 to fix it.