mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 07:26:10 +00:00
SIMD refactor
This commit is contained in:
@@ -205,6 +205,6 @@ bool CMetaree::InRange(CStateManager& mgr, float arg)
|
||||
|
||||
bool CMetaree::ShouldAttack(CStateManager&, float)
|
||||
{
|
||||
return GetTranslation().z < x584_lookPos.z;
|
||||
return GetTranslation().z() < x584_lookPos.z();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user