mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
Fix compile error
This commit is contained in:
parent
105e26092a
commit
c7a3a7d4ff
@ -153,7 +153,7 @@ process(const Filename &filename) {
|
||||
|
||||
write_faces(*file, _egg_data);
|
||||
|
||||
bool success = ((void *)(*file) != NULL);
|
||||
bool success = (file != (ostream *)NULL);
|
||||
vfs->close_write_file(file);
|
||||
|
||||
return success;
|
||||
|
Loading…
x
Reference in New Issue
Block a user