Explorar el Código

fix o4 buildbreak

cxgeorge hace 24 años
padre
commit
e079bbca6d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      panda/src/glgsg/glGraphicsStateGuardian.cxx

+ 2 - 0
panda/src/glgsg/glGraphicsStateGuardian.cxx

@@ -527,7 +527,9 @@ render_frame() {
   report_errors();
   _decal_level = 0;
 
+#ifdef DO_PSTATS
   _vertices_display_list_pcollector.clear_level();
+#endif
 
   // First, clear the entire window.
   clear_framebuffer();