mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
More CGuiSys and CFrontEndUI work
This commit is contained in:
@@ -163,4 +163,10 @@ void CGuiObject::SetO2WTransform(const zeus::CTransform& xf)
|
||||
RecalculateTransforms();
|
||||
}
|
||||
|
||||
void CGuiObject::SetLocalTransform(const zeus::CTransform& xf)
|
||||
{
|
||||
x4_localXF = xf;
|
||||
RecalculateTransforms();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user