2
0
rdb 11 жил өмнө
parent
commit
c7a3a7d4ff

+ 1 - 1
pandatool/src/objegg/eggToObjConverter.cxx

@@ -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;