From 6c898685c77b097d633a29edc89c1c6d39bb9340 Mon Sep 17 00:00:00 2001 From: Brandtware Date: Sun, 24 Mar 2024 19:50:59 +0100 Subject: [PATCH] Fix wrong return type mention in AStarGrid2D docs (cherry picked from commit f8c0208e96ecbee5d2b7506d9d71e697d392bc7d) --- doc/classes/AStarGrid2D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/AStarGrid2D.xml b/doc/classes/AStarGrid2D.xml index afef25643da..bba1f59d40a 100644 --- a/doc/classes/AStarGrid2D.xml +++ b/doc/classes/AStarGrid2D.xml @@ -67,7 +67,7 @@ Returns an array with the points that are in the path found by AStarGrid2D between the given points. The array is ordered from the starting point to the ending point of the path. - [b]Note:[/b] This method is not thread-safe. If called from a [Thread], it will return an empty [PackedVector3Array] and will print an error message. + [b]Note:[/b] This method is not thread-safe. If called from a [Thread], it will return an empty [PackedVector2Array] and will print an error message.