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();