diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-02-14 21:10:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-14 21:10:38 +0100 |
commit | d02db6306ebcb57296dece3e8d990ae188b39aad (patch) | |
tree | 880627af652df9f6061bbc8537c894c25ea57bd1 /modules/csg/csg_gizmos.cpp | |
parent | 620813283436386096c2e4e66dbe46a73e347571 (diff) | |
parent | cd1d7294d8d150788c8d9a19ca56038b864360a0 (diff) | |
download | redot-engine-d02db6306ebcb57296dece3e8d990ae188b39aad.tar.gz |
Merge pull request #58105 from trollodel/nuke_p_editor_editor_plugin
Diffstat (limited to 'modules/csg/csg_gizmos.cpp')
-rw-r--r-- | modules/csg/csg_gizmos.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/csg/csg_gizmos.cpp b/modules/csg/csg_gizmos.cpp index 6ad2274a53..95a0fc7ada 100644 --- a/modules/csg/csg_gizmos.cpp +++ b/modules/csg/csg_gizmos.cpp @@ -421,7 +421,7 @@ void CSGShape3DGizmoPlugin::redraw(EditorNode3DGizmo *p_gizmo) { } } -EditorPluginCSG::EditorPluginCSG(EditorNode *_p_editor) { +EditorPluginCSG::EditorPluginCSG() { Ref<CSGShape3DGizmoPlugin> gizmo_plugin = Ref<CSGShape3DGizmoPlugin>(memnew(CSGShape3DGizmoPlugin)); Node3DEditor::get_singleton()->add_gizmo_plugin(gizmo_plugin); } |