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