oops
This commit is contained in:
parent
7d318ef1f6
commit
0b34d0deb6
|
|
@ -787,6 +787,7 @@ vfs_close_callback(U32 file_handle) {
|
|||
return;
|
||||
}
|
||||
istream *istr = (istream *)file_handle;
|
||||
VirtualFileSystem *vfs = VirtualFileSystem::get_global_ptr();
|
||||
vfs->close_read_file(istr);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue