mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Match LegoCameraController::LegoCameraController
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user