mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
oops
This commit is contained in:
parent
7d318ef1f6
commit
0b34d0deb6
@ -787,6 +787,7 @@ vfs_close_callback(U32 file_handle) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
istream *istr = (istream *)file_handle;
|
istream *istr = (istream *)file_handle;
|
||||||
|
VirtualFileSystem *vfs = VirtualFileSystem::get_global_ptr();
|
||||||
vfs->close_read_file(istr);
|
vfs->close_read_file(istr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user