mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:07:43 +00:00
zeus constexpr refactor and thermal visor fixes
This commit is contained in:
@@ -75,8 +75,8 @@ void CScriptVisorGoo::Think(float, CStateManager& mgr) {
|
||||
x100_electricId.IsValid() ? xf0_electricDesc
|
||||
: rstl::optional<TToken<CElectricDescription>>(),
|
||||
mgr.AllocateUniqueId(), true, "VisorGoo", CHUDBillboardEffect::GetNearClipDistance(mgr),
|
||||
CHUDBillboardEffect::GetScaleForPOV(mgr), x114_color, zeus::CVector3f::skOne,
|
||||
zeus::CVector3f::skZero));
|
||||
CHUDBillboardEffect::GetScaleForPOV(mgr), x114_color, zeus::skOne3f,
|
||||
zeus::skZero3f));
|
||||
CSfxManager::SfxStart(xf8_sfx, 1.f, 0.f, false, 0x7f, false, kInvalidAreaId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user