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

BugFix lighting_com.ps & fileExists method

parent cf0fb203
No related branches found
No related tags found
1 merge request!5Fix
...@@ -4,8 +4,8 @@ lighting_blend.ps ...@@ -4,8 +4,8 @@ lighting_blend.ps
Расчет освещения и заполнение данными расчетов render targets Расчет освещения и заполнение данными расчетов render targets
*/ */
#include <../struct.h> #include "../struct.h"
#include <../mtrl.h> #include "../mtrl.h"
//########################################################################## //##########################################################################
......
...@@ -234,7 +234,7 @@ bool CFileSystem::fileExists(const char *szPath) ...@@ -234,7 +234,7 @@ bool CFileSystem::fileExists(const char *szPath)
return false; return false;
} }
return fileGetSize(szPath) != -1; return fileGetSize(path) != -1;
} }
size_t CFileSystem::fileGetSize(const char *szPath) size_t CFileSystem::fileGetSize(const char *szPath)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment