Remove AStar2D/3D comments on reserve_space() capacity needs

Removes AStar2D/3D comments of reserve_space() new capacity needing to be greater or equal than old capacity.
This commit is contained in:
smix8
2025-04-24 01:12:59 +02:00
parent 931820d33c
commit 6ba5bf31dd
2 changed files with 2 additions and 2 deletions

View File

@ -278,7 +278,7 @@
<return type="void" />
<param index="0" name="num_nodes" type="int" />
<description>
Reserves space internally for [param num_nodes] points. Useful if you're adding a known large number of points at once, such as points on a grid. The new capacity must be greater or equal to the old capacity.
Reserves space internally for [param num_nodes] points. Useful if you're adding a known large number of points at once, such as points on a grid.
</description>
</method>
<method name="set_point_disabled">

View File

@ -318,7 +318,7 @@
<return type="void" />
<param index="0" name="num_nodes" type="int" />
<description>
Reserves space internally for [param num_nodes] points. Useful if you're adding a known large number of points at once, such as points on a grid. New capacity must be greater or equals to old capacity.
Reserves space internally for [param num_nodes] points. Useful if you're adding a known large number of points at once, such as points on a grid.
</description>
</method>
<method name="set_point_disabled">