Clear unknown in LegoLOD (#1590)

The function does mostly the same as `SetTextureInfo` but does not
explicitly set the color as well.
This commit is contained in:
Fabian Neundorf
2025-06-26 22:35:04 +02:00
committed by GitHub
parent b66d1e2f64
commit 056064f9d4
3 changed files with 3 additions and 3 deletions

View File

@@ -634,7 +634,7 @@ MxBool LegoCharacterManager::SetHeadTexture(LegoROI* p_roi, LegoTextureInfo* p_t
LegoLOD* clone = lod->Clone(renderer);
if (p_texture != NULL) {
clone->FUN_100aad70(p_texture);
clone->UpdateTextureInfo(p_texture);
}
dupLodList->PushBack(clone);