mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
missing parameter
This commit is contained in:
parent
11ab5e8d80
commit
ca1a157c21
@ -83,7 +83,7 @@ bool XFile::
|
||||
read(Filename filename) {
|
||||
filename.set_text();
|
||||
VirtualFileSystem *vfs = VirtualFileSystem::get_global_ptr();
|
||||
istream *in = vfs->open_read_file(filename);
|
||||
istream *in = vfs->open_read_file(filename, true);
|
||||
if (in == (istream *)NULL) {
|
||||
xfile_cat.error()
|
||||
<< "Cannot open " << filename << " for reading.\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user