Fixed crash when ctrl-s in project browser haha

This commit is contained in:
Antoine Pilote
2024-09-16 12:46:15 -04:00
parent 4ac7d1cfc9
commit 7f92311f12
3 changed files with 26 additions and 24 deletions

View File

@@ -243,7 +243,7 @@ namespace Nuake
window->Maximize();
m_Editor->filesystem->m_CurrentDirectory = Nuake::FileSystem::RootDirectory;
m_Editor->isNewProject = true;
m_HasCreatedProject = true;
}
}