aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2017-02-21 00:05:15 -0300
committerJuan Linietsky2017-02-21 00:06:30 -0300
commitde0045cf1b0a5e20fbf74da192039d344ee8d0c7 (patch)
tree2581bd8995461f1c3d9245f336fd88175b52770e /tools/editor/editor_node.cpp
parent6e2bf31e5a8f3dbe18e31b1aff9c26ee184ad8c8 (diff)
downloadgodot-de0045cf1b0a5e20fbf74da192039d344ee8d0c7.tar.gz
godot-de0045cf1b0a5e20fbf74da192039d344ee8d0c7.tar.zst
godot-de0045cf1b0a5e20fbf74da192039d344ee8d0c7.zip
-renamed globals.h to global_config.cpp (this seems to have caused a few modified files)
-.pck and .zip exporting redone, seems to be working..
Diffstat (limited to 'tools/editor/editor_node.cpp')
-rw-r--r--tools/editor/editor_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp
index f6e2d5f95..5e2d6e7d6 100644
--- a/tools/editor/editor_node.cpp
+++ b/tools/editor/editor_node.cpp
@@ -37,7 +37,7 @@
#include "servers/physics_2d_server.h"
#include "scene/resources/packed_scene.h"
#include "editor_settings.h"
-#include "globals.h"
+#include "global_config.h"
#include <stdio.h>
#include "class_db.h"
#include "os/keyboard.h"