Update:
- Add Support for Downloading Data/Files, do Api Requests - Refactor Tasks System - Now uses std::thread - The Net Functions Will Break IDBN server for now
This commit is contained in:
@@ -451,7 +451,8 @@ int RenderD7::GetRandomInt(int b, int e) {
|
||||
}
|
||||
|
||||
bool RenderD7::FS::FileExist(const std::string &path) {
|
||||
return std::filesystem::exists(path);
|
||||
return std::filesystem::exists(path) &&
|
||||
std::filesystem::is_regular_file(path);
|
||||
}
|
||||
|
||||
int RenderD7::GetFps() { return (int)rd7i_framerate; }
|
||||
|
||||
Reference in New Issue
Block a user