Implement/match LegoROI::FUN_100a9dd0 (#1141)

* Implement/match LegoROI::FUN_100a9dd0

* Implement/match LegoROI::FUN_100a9cf0
This commit is contained in:
Christian Semmler
2024-11-10 09:35:44 -07:00
committed by GitHub
parent 86a8bad545
commit 6885abdc78
4 changed files with 30 additions and 6 deletions

View File

@@ -388,6 +388,13 @@ LegoBool LegoLOD::FUN_100aae20(const LegoChar* p_name)
return FALSE;
}
// FUNCTION: LEGO1 0x100aae60
// FUNCTION: BETA10 0x1018e50f
void LegoLOD::FUN_100aae60()
{
m_unk0x1c = 0;
}
inline BOOL GetMeshData(IDirect3DRMMesh*& mesh, D3DRMGROUPINDEX& index, Tgl::Mesh* pMesh)
{
mesh = ((TglImpl::MeshImpl*) pMesh)->ImplementationData()->groupMesh;