Layout codes

This commit is contained in:
hyzboy 2024-06-21 13:09:20 +08:00
parent 1b5d4aabb0
commit a22e802c77
2 changed files with 5 additions and 5 deletions

View File

@ -430,11 +430,11 @@ namespace
struct VertexInputBlockParse:public TextParse
{
List<VIA> *via_list=nullptr;
VIAList *via_list=nullptr;
public:
VertexInputBlockParse(List<VIA> *ual)
VertexInputBlockParse(VIAList *ual)
{
via_list=ual;
}