mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 20:27:43 +00:00
Add missed VectorElement
This commit is contained in:
@@ -476,6 +476,11 @@ CVectorElement* CParticleDataFactory::GetVectorElement(CInputStream& in)
|
||||
CVectorElement* b = GetVectorElement(in);
|
||||
return new CVESubtract(a, b);
|
||||
}
|
||||
case SBIG('CTVC'):
|
||||
{
|
||||
CColorElement* a = GetColorElement(in);
|
||||
return new CVEColorToVector(a);
|
||||
}
|
||||
default: break;
|
||||
}
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user