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.h | |
parent | 620813283436386096c2e4e66dbe46a73e347571 (diff) | |
parent | cd1d7294d8d150788c8d9a19ca56038b864360a0 (diff) |
Merge pull request #58105 from trollodel/nuke_p_editor_editor_plugin
Diffstat (limited to 'modules/csg/csg_gizmos.h')
-rw-r--r-- | modules/csg/csg_gizmos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/csg/csg_gizmos.h b/modules/csg/csg_gizmos.h index f3c851d06b..43efe57e64 100644 --- a/modules/csg/csg_gizmos.h +++ b/modules/csg/csg_gizmos.h @@ -57,7 +57,7 @@ class EditorPluginCSG : public EditorPlugin { GDCLASS(EditorPluginCSG, EditorPlugin); public: - EditorPluginCSG(EditorNode *_p_editor); + EditorPluginCSG(); }; #endif // CSG_GIZMOS_H |