You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
-Add visible IO errors when closing a file fails due to it being locked (most likely on windows), closes #4760
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
|
||||
FileAccess::CreateFunc FileAccess::create_func[ACCESS_MAX]={0,0};
|
||||
|
||||
FileAccess::FileCloseFailNotify FileAccess::close_fail_notify=NULL;
|
||||
|
||||
|
||||
bool FileAccess::backup_save=false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user