[Web] Fix DirAccess::unlink() not updating the IDBFS
This commit is contained in:
@ -443,7 +443,7 @@ void FileAccessUnix::close() {
|
||||
_close();
|
||||
}
|
||||
|
||||
CloseNotificationFunc FileAccessUnix::close_notification_func = nullptr;
|
||||
FileAccessUnix::CloseNotificationFunc FileAccessUnix::close_notification_func = nullptr;
|
||||
|
||||
FileAccessUnix::~FileAccessUnix() {
|
||||
_close();
|
||||
|
||||
Reference in New Issue
Block a user