renamed to CreateMesh from CreateRenderable

This commit is contained in:
2025-05-18 02:19:14 +08:00
parent a641c56381
commit e778f64f00
28 changed files with 36 additions and 36 deletions

View File

@@ -58,7 +58,7 @@ namespace
gr->prim=prim;
for(uint i=0;i<uint(GizmoColor::RANGE_SIZE);i++)
gr->renderable[i]=CreateRenderable(prim,gizmo_triangle.mi[i],p);
gr->renderable[i]=CreateMesh(prim,gizmo_triangle.mi[i],p);
}
bool InitMI(GizmoResource *gr)