summaryrefslogtreecommitdiff
path: root/scene/main
diff options
context:
space:
mode:
Diffstat (limited to 'scene/main')
-rw-r--r--scene/main/node.h2
-rw-r--r--scene/main/scene_tree.cpp (renamed from scene/main/scene_main_loop.cpp)2
-rw-r--r--scene/main/scene_tree.h (renamed from scene/main/scene_main_loop.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/scene/main/node.h b/scene/main/node.h
index 4a41fb82ab..ffd2b7ce5f 100644
--- a/scene/main/node.h
+++ b/scene/main/node.h
@@ -35,7 +35,7 @@
#include "map.h"
#include "object.h"
#include "path_db.h"
-#include "scene/main/scene_main_loop.h"
+#include "scene/main/scene_tree.h"
#include "script_language.h"
class Viewport;
diff --git a/scene/main/scene_main_loop.cpp b/scene/main/scene_tree.cpp
index f7a255cd33..39d5469360 100644
--- a/scene/main/scene_main_loop.cpp
+++ b/scene/main/scene_tree.cpp
@@ -27,7 +27,7 @@
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
-#include "scene_main_loop.h"
+#include "scene_tree.h"
#include "global_config.h"
#include "message_queue.h"
diff --git a/scene/main/scene_main_loop.h b/scene/main/scene_tree.h
index 2ea79bf945..2ea79bf945 100644
--- a/scene/main/scene_main_loop.h
+++ b/scene/main/scene_tree.h