diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-11-25 19:28:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 19:28:05 +0100 |
commit | 613b76cfd5b57d6fb13f856ad149f2b47ca5dcb3 (patch) | |
tree | 2a738a6076420aeae7fa311f2f4f1075a785ecdd /doc | |
parent | fc28de64c4de9d0fec5650b1638854d3ee24eaaf (diff) | |
parent | e6949dae724b923227bdd61f8732667d997686a7 (diff) |
Merge pull request #43861 from JFonS/fix_gizmo_defval
Fix binding of default value in EditorSpatialGizmoPlugin::get_material()
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 adaaed4f1c..322cff4e43 100644 --- a/doc/classes/EditorNode3DGizmoPlugin.xml +++ b/doc/classes/EditorNode3DGizmoPlugin.xml @@ -125,7 +125,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). |