From a4859f9ed3827e10030994734036880cee3d6120 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Sun, 16 Jun 2019 02:57:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3RenderList=E6=B8=B2=E6=9F=93?= =?UTF-8?q?=E6=97=B6=E6=B2=A1=E6=9C=89=E6=B8=85=E7=A9=BA=E7=9F=A9=E9=98=B5?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/SceneGraph/RenderList.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SceneGraph/RenderList.cpp b/src/SceneGraph/RenderList.cpp index cfdc1fbc..6b751143 100644 --- a/src/SceneGraph/RenderList.cpp +++ b/src/SceneGraph/RenderList.cpp @@ -96,6 +96,7 @@ namespace hgl last_pipeline=nullptr; last_desc_sets=nullptr; last_renderable=nullptr; + last_pc=nullptr; const int count=scene_node_list.GetCount(); SceneNode **node=scene_node_list.GetData();