From e6949dae724b923227bdd61f8732667d997686a7 Mon Sep 17 00:00:00 2001 From: jfons Date: Wed, 25 Nov 2020 18:45:10 +0100 Subject: Fix binding of default value in EditorSpatialGizmoPlugin::get_material() It was commented for some reason I can't remember. --- doc/classes/EditorNode3DGizmoPlugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes') 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 @@ - + 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). -- cgit v1.2.3