mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 14:17:02 +00:00
CPhazonHealingNodule: It helps to commit your editor changes before pushing
Intended to be part of 4b5074b298
This commit is contained in:
@@ -162,7 +162,7 @@ void CPhazonHealingNodule::UpdateParticleElectric(CStateManager& mgr) {
|
||||
if (!x57c_particleElectric) {
|
||||
return;
|
||||
}
|
||||
if (auto* entity = static_cast<const CPatterned*>(mgr.GetObjectById(x56e_connId))) {
|
||||
if (const auto* entity = static_cast<const CPatterned*>(mgr.GetObjectById(x56e_connId))) {
|
||||
const auto electricityLctrXf = GetLctrTransform("Electricity_LCTR"sv);
|
||||
const auto actorLctrXf = entity->GetLctrTransform(x58c_actorLctr);
|
||||
x57c_particleElectric->SetOverrideIPos(electricityLctrXf.origin);
|
||||
|
||||
Reference in New Issue
Block a user