Fix rFile

This commit is contained in:
Sacha 2014-07-15 05:42:41 +10:00
parent 82536b298c
commit 26e1418897

View file

@ -153,7 +153,7 @@ bool rFile::Open(const std::string &filename, rFile::OpenMode mode, int access)
bool rFile::Exists(const std::string &file)
{
rExists(file);
return rExists(file);
}
bool rFile::IsOpened() const