mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 02:21:15 +00:00
[Web] Fix DirAccess::unlink() not updating the IDBFS
This commit is contained in:
parent
aa8d9b83f6
commit
a6c5373a09
6 changed files with 31 additions and 5 deletions
|
|
@ -443,7 +443,7 @@ void FileAccessUnix::close() {
|
|||
_close();
|
||||
}
|
||||
|
||||
CloseNotificationFunc FileAccessUnix::close_notification_func = nullptr;
|
||||
FileAccessUnix::CloseNotificationFunc FileAccessUnix::close_notification_func = nullptr;
|
||||
|
||||
FileAccessUnix::~FileAccessUnix() {
|
||||
_close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue