mirror of
https://github.com/godotengine/godot.git
synced 2026-02-15 03:41:01 +00:00
Fix default value binding in VisualScriptFunctionState
This commit is contained in:
parent
ad7141703e
commit
49ce5e69ee
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
|||
<method name="resume">
|
||||
<return type="Variant">
|
||||
</return>
|
||||
<argument index="0" name="args" type="Array" default="null">
|
||||
<argument index="0" name="args" type="Array" default="[ ]">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue