Merge branch 'devel_28_Gizmo_Move' into devel_34_Gizmo
This commit is contained in:
commit
910a8fa51b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user