diff options
| author | Rémi Verschelde | 2018-05-31 08:58:37 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2018-05-31 09:00:37 +0200 |
| commit | 43b7ebf0a0478d7b04620b03920fd82041afb588 (patch) | |
| tree | 0532156ef2bdeac7cd461ffc2014ee75bd25f2a0 /modules | |
| parent | e823a366d02cdcd8ac48f635eeb6127962aeeb2a (diff) | |
| download | godot-43b7ebf0a0478d7b04620b03920fd82041afb588.tar.gz godot-43b7ebf0a0478d7b04620b03920fd82041afb588.tar.zst godot-43b7ebf0a0478d7b04620b03920fd82041afb588.zip | |
Diffstat (limited to 'modules')
| -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() { - } |
