Make Vector bsearch method const.
This commit is contained in:
@ -48,7 +48,7 @@
|
||||
Appends a [PackedFloat64Array] 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="float" />
|
||||
<param index="1" name="before" type="bool" default="true" />
|
||||
|
||||
Reference in New Issue
Block a user