Skip to content
Snippets Groups Projects
Commit c3a37ddc authored by Ivan Dokunov's avatar Ivan Dokunov
Browse files

BugFix openFile

parent 80c82de5
Branches
Tags
No related merge requests found
......@@ -239,7 +239,7 @@ IFile *CFileSystem::openFile(const char *szPath, FILE_OPEN_MODE mode = FILE_MODE
CFile *file = new CFile;
//Если путь не корректен
if (fileExists(szPath))
if (!fileExists(szPath))
{
return nullptr;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment