From e079bbca6ddb5b13e91674d4944b11668a66327e Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Tue, 2 Apr 2002 21:42:36 +0000 Subject: [PATCH] fix o4 buildbreak --- panda/src/glgsg/glGraphicsStateGuardian.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panda/src/glgsg/glGraphicsStateGuardian.cxx b/panda/src/glgsg/glGraphicsStateGuardian.cxx index a442a5797d..78234a1fbd 100644 --- a/panda/src/glgsg/glGraphicsStateGuardian.cxx +++ b/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();