Bind forgotten default value for GDExtension::open_library argument
This commit is contained in:
parent
809a982162
commit
402b3d146a
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<return type="int" enum="Error" />
|
||||
<param index="0" name="path" type="String" />
|
||||
<param index="1" name="entry_symbol" type="String" />
|
||||
<param index="2" name="use_legacy_interface" type="bool" />
|
||||
<param index="2" name="use_legacy_interface" type="bool" default="false" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue