aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/baked_light_editor_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/plugins/baked_light_editor_plugin.cpp')
-rw-r--r--editor/plugins/baked_light_editor_plugin.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/editor/plugins/baked_light_editor_plugin.cpp b/editor/plugins/baked_light_editor_plugin.cpp
index 6a7e708b8..5ac4b5460 100644
--- a/editor/plugins/baked_light_editor_plugin.cpp
+++ b/editor/plugins/baked_light_editor_plugin.cpp
@@ -28,11 +28,10 @@
/*************************************************************************/
#include "baked_light_editor_plugin.h"
-#include "scene/gui/box_container.h"
-#include "scene/3d/mesh_instance.h"
#include "io/marshalls.h"
#include "io/resource_saver.h"
-
+#include "scene/3d/mesh_instance.h"
+#include "scene/gui/box_container.h"
#if 0
@@ -153,7 +152,6 @@ void BakedLightEditor::_notification(int p_option) {
it->create_from_image(img);
ResourceSaver::save("baked_octree.png",it);
-
#endif
@@ -375,5 +373,4 @@ BakedLightEditorPlugin::~BakedLightEditorPlugin()
{
}
-
#endif