Implement/match LegoCharacterManager::FUN_10085870 (#764)

This commit is contained in:
Christian Semmler
2024-04-02 08:04:17 -04:00
committed by GitHub
parent 60388c8c5d
commit 8225a38a01
4 changed files with 43 additions and 6 deletions

View File

@@ -159,7 +159,7 @@ inline Result MeshBuilderImpl::CreateMeshImpl(
}
// FUNCTION: LEGO1 0x100a3ae0
Result MeshBuilderImpl::GetBoundingBox(float min[3], float max[3])
Result MeshBuilderImpl::GetBoundingBox(float min[3], float max[3]) const
{
D3DRMBOX box;
Result result = ResultVal(m_data->GetBox(&box));