Implement/match some ViewManager functions (#615)

This commit is contained in:
Christian Semmler
2024-03-02 13:40:42 -05:00
committed by GitHub
parent 05965f5357
commit 6de17cf1b6
5 changed files with 29 additions and 21 deletions

View File

@@ -80,7 +80,7 @@ void LegoCameraController::SetWorldTransform(const Vector3& p_at, const Vector3&
}
// STUB: LEGO1 0x100123e0
void LegoCameraController::FUN_100123e0(const MxMatrix& p_transform, MxU32)
void LegoCameraController::FUN_100123e0(const Matrix4& p_transform, MxU32)
{
}