diff options
| author | Rémi Verschelde | 2018-01-07 01:37:45 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2018-01-07 01:37:45 +0100 |
| commit | 29e68aa40e3effa1946b3889021b8c61a933c05c (patch) | |
| tree | 4d3e09f5726dfb0ebffb340de694d1fe8e345721 /doc/classes/EditorPlugin.xml | |
| parent | 8c7b6feb5f6b9aba41b1fd9e54d33fa4bcf4c3cf (diff) | |
| download | godot-29e68aa40e3effa1946b3889021b8c61a933c05c.tar.gz godot-29e68aa40e3effa1946b3889021b8c61a933c05c.tar.zst godot-29e68aa40e3effa1946b3889021b8c61a933c05c.zip | |
Diffstat (limited to 'doc/classes/EditorPlugin.xml')
| -rw-r--r-- | doc/classes/EditorPlugin.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml index ada0ee56a..150584582 100644 --- a/doc/classes/EditorPlugin.xml +++ b/doc/classes/EditorPlugin.xml @@ -136,9 +136,7 @@ <method name="forward_canvas_gui_input" qualifiers="virtual"> <return type="bool"> </return> - <argument index="0" name="canvas_xform" type="Transform2D"> - </argument> - <argument index="1" name="event" type="InputEvent"> + <argument index="0" name="event" type="InputEvent"> </argument> <description> </description> |
