Renamed Exist method to FileExist

This commit is contained in:
emerycp
2023-07-07 18:33:29 -04:00
parent 1885f1a853
commit 6b4d0c0f69
3 changed files with 3 additions and 3 deletions

View File

@@ -1248,7 +1248,7 @@ namespace Nuake {
void NewProject()
{
if (Engine::GetProject() && Engine::GetProject()->Exist())
if (Engine::GetProject() && Engine::GetProject()->FileExist())
Engine::GetProject()->Save();
std::string selectedProject = FileDialog::SaveFile("Project file\0*.project");