diff --git a/Utilities/rFile.cpp b/Utilities/rFile.cpp index 20acd70efd..c0257fbed7 100644 --- a/Utilities/rFile.cpp +++ b/Utilities/rFile.cpp @@ -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