mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
Various cleanups and minor imps
This commit is contained in:
@@ -14,7 +14,7 @@ std::shared_ptr<IMetaAnim> CMetaAnimFactory::CreateMetaAnim(CInputStream& in)
|
||||
|
||||
switch (type)
|
||||
{
|
||||
case EMetaAnimType::Primitive:
|
||||
case EMetaAnimType::Play:
|
||||
return std::make_shared<CMetaAnimPlay>(in);
|
||||
case EMetaAnimType::Blend:
|
||||
return std::make_shared<CMetaAnimBlend>(in);
|
||||
|
||||
Reference in New Issue
Block a user