From ed61d416978760f6bdb511670fcd395890319ff2 Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Sun, 19 May 2024 22:08:36 +0800 Subject: Change param name of AStar's _estimate_cost method --- doc/classes/AStar3D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/AStar3D.xml') diff --git a/doc/classes/AStar3D.xml b/doc/classes/AStar3D.xml index 281f4edcc1..c256918c46 100644 --- a/doc/classes/AStar3D.xml +++ b/doc/classes/AStar3D.xml @@ -51,7 +51,7 @@ - + Called when estimating the cost between a point and the path's ending point. Note that this function is hidden in the default [AStar3D] class. -- cgit v1.2.3