diff --git a/Editor/src/Windows/EditorInterface.cpp b/Editor/src/Windows/EditorInterface.cpp index b13aaad8..67ec3268 100644 --- a/Editor/src/Windows/EditorInterface.cpp +++ b/Editor/src/Windows/EditorInterface.cpp @@ -1277,6 +1277,8 @@ namespace Nuake { Ref project = Project::New(String::Split(fileName, '.')[0], "no description", finalPath); Engine::LoadProject(project); Engine::LoadScene(Scene::New()); + + Engine::GetCurrentWindow()->SetTitle("Nuake Engine - Editing " + project->Name); }