diff options
author | jfons <joan.fonssanchez@gmail.com> | 2020-11-25 18:45:10 +0100 |
---|---|---|
committer | jfons <joan.fonssanchez@gmail.com> | 2020-11-25 18:55:07 +0100 |
commit | e6949dae724b923227bdd61f8732667d997686a7 (patch) | |
tree | 69cb14c4f922e2be0827e15c2ff239fbdb8e68e1 /doc | |
parent | 0148a62d890e0d559bec86fcac14404c81742899 (diff) |
Fix binding of default value in EditorSpatialGizmoPlugin::get_material()
It was commented for some reason I can't remember.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/EditorNode3DGizmoPlugin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorNode3DGizmoPlugin.xml b/doc/classes/EditorNode3DGizmoPlugin.xml index ca75b47fbf..8d6e4a279d 100644 --- a/doc/classes/EditorNode3DGizmoPlugin.xml +++ b/doc/classes/EditorNode3DGizmoPlugin.xml @@ -122,7 +122,7 @@ </return> <argument index="0" name="name" type="String"> </argument> - <argument index="1" name="gizmo" type="EditorNode3DGizmo"> + <argument index="1" name="gizmo" type="EditorNode3DGizmo" default="null"> </argument> <description> Gets material from the internal list of materials. If an [EditorNode3DGizmo] is provided, it will try to get the corresponding variant (selected and/or editable). |