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