各范例迁移到新的CreateComponent调用
This commit is contained in:
@@ -101,7 +101,9 @@ private:
|
||||
return(nullptr);
|
||||
}
|
||||
|
||||
CreateComponent<MeshComponent>(parent_node,ri);
|
||||
CreateComponentInfo cci(parent_node);
|
||||
|
||||
CreateComponent<MeshComponent>(&cci,ri);
|
||||
|
||||
return ri;
|
||||
}
|
||||
|
Reference in New Issue
Block a user