Match LegoCameraController::LegoCameraController

This commit is contained in:
Christian Semmler
2024-01-09 10:30:37 -05:00
parent f6ced08b20
commit 872c62fd39
3 changed files with 5 additions and 10 deletions

View File

@@ -28,12 +28,6 @@ void Matrix4Impl::AnotherSetData(Matrix4& p_data)
m_data = &p_data;
}
// FUNCTION: LEGO1 0x10002370
void Matrix4Impl::SetData(Matrix4& p_data)
{
m_data = &p_data;
}
// FUNCTION: LEGO1 0x10002380
const Matrix4* Matrix4Impl::GetData() const
{