mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 21:47:59 +00:00
Initial round of CMorphBall implementations
This commit is contained in:
@@ -109,8 +109,7 @@ void CPlasmaBeam::EnableSecondaryFx(ESecondaryFxType type)
|
||||
x228_chargeFx->SetParticleEmission(false);
|
||||
break;
|
||||
case ESecondaryFxType::Charge:
|
||||
x228_chargeFx = std::make_unique<CElementGen>(x21c_plasma2nd1, CElementGen::EModelOrientationType::Normal,
|
||||
CElementGen::EOptionalSystemFlags::One);
|
||||
x228_chargeFx = std::make_unique<CElementGen>(x21c_plasma2nd1);
|
||||
x228_chargeFx->SetGlobalScale(x4_scale);
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user