2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-15 07:26:10 +00:00

Fix CInputGenerator, CRadarPaintShaderGLSL and CPhazonSuitFilterGLSL crashes

This commit is contained in:
2017-05-09 17:03:20 -07:00
parent e798fe49b4
commit c70a0d81cb
5 changed files with 6 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ void MP1::CActorContraption::Think(float dt, CStateManager& mgr)
if (act && act->GetActive())
{
act->SetTransform(act->GetScaledLocatorTransform(uid.second));
act->SetTransform(x34_transform * act->GetScaledLocatorTransform(uid.second));
}
}
}