mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Renamed Exist method to FileExist
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user