Merge pull request #64315 from Daylily-Zeleen/fixed-GraphEdit-signal-argument-type

Fixed GraphEdit signal argument type
This commit is contained in:
Clay John
2022-08-18 14:50:33 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -285,7 +285,7 @@
</signal>
<signal name="connection_drag_started">
<param index="0" name="from" type="String" />
<param index="1" name="slot" type="String" />
<param index="1" name="slot" type="int" />
<param index="2" name="is_output" type="bool" />
<description>
Emitted at the beginning of a connection drag.