diff options
Diffstat (limited to 'modules/csg/register_types.cpp')
| -rw-r--r-- | modules/csg/register_types.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/csg/register_types.cpp b/modules/csg/register_types.cpp index 020724ee5..0dea09808 100644 --- a/modules/csg/register_types.cpp +++ b/modules/csg/register_types.cpp @@ -30,8 +30,8 @@ #include "register_types.h" -#include "csg_shape.h" #include "csg_gizmos.h" +#include "csg_shape.h" void register_csg_types() { @@ -51,9 +51,7 @@ void register_csg_types() { EditorPlugins::add_by_type<EditorPluginCSG>(); #endif #endif - } void unregister_csg_types() { - } |
