mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Make Vector bsearch method const.
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
Appends a [PackedVector4Array] at the end of this array.
|
||||
</description>
|
||||
</method>
|
||||
<method name="bsearch">
|
||||
<method name="bsearch" qualifiers="const">
|
||||
<return type="int" />
|
||||
<param index="0" name="value" type="Vector4" />
|
||||
<param index="1" name="before" type="bool" default="true" />
|
||||
|
||||
Reference in New Issue
Block a user