temporary to disable the RenderList and RenderNode

This commit is contained in:
2023-04-28 11:10:50 +08:00
parent db0a8ee256
commit c232feb40a
8 changed files with 44 additions and 50 deletions

View File

@@ -98,7 +98,7 @@ private:
bool InitAutoMaterial()
{
AutoDelete<MaterialCreateInfo> mci=mtl::CreateVertexColor2D(CoordinateSystem2D::NDC);
AutoDelete<MaterialCreateInfo> mci=mtl::CreateVertexColor2D(mtl::CoordinateSystem2D::NDC);
material_instance=db->CreateMaterialInstance(mci,&vil_config);