[Web] Fix DirAccess::unlink() not updating the IDBFS

This commit is contained in:
Adam Scott
2024-12-09 17:25:53 -05:00
parent aa8d9b83f6
commit a6c5373a09
6 changed files with 31 additions and 5 deletions

View File

@ -443,7 +443,7 @@ void FileAccessUnix::close() {
_close();
}
CloseNotificationFunc FileAccessUnix::close_notification_func = nullptr;
FileAccessUnix::CloseNotificationFunc FileAccessUnix::close_notification_func = nullptr;
FileAccessUnix::~FileAccessUnix() {
_close();