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
f950b01dbf
commit
105e26092a
@ -153,7 +153,7 @@ process(const Filename &filename) {
|
||||
|
||||
write_faces(*file, _egg_data);
|
||||
|
||||
bool success = (void *)(*file) != NULL;
|
||||
bool success = ((void *)(*file) != NULL);
|
||||
vfs->close_write_file(file);
|
||||
|
||||
return success;
|
||||
|
Loading…
x
Reference in New Issue
Block a user