From f650f0485bb2c467ddced2504360d707641dabb7 Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Wed, 4 Sep 2024 00:30:11 -0400 Subject: [PATCH] Forgot to change usage of SetcurrentScene --- Editor/src/Windows/FileSystemUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/src/Windows/FileSystemUI.cpp b/Editor/src/Windows/FileSystemUI.cpp index 611e1a32..8b84e9f3 100644 --- a/Editor/src/Windows/FileSystemUI.cpp +++ b/Editor/src/Windows/FileSystemUI.cpp @@ -558,7 +558,7 @@ namespace Nuake } scene->Path = FileSystem::AbsoluteToRelative(projectPath); - Engine::LoadScene(scene); + Engine::SetCurrentScene(scene); } // Rename Popup