mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Match
This commit is contained in:
parent
a48fac549b
commit
fab09d9d37
@ -301,11 +301,11 @@ LegoROI* LegoCharacterManager::CreateROI(const char* p_key)
|
|||||||
roi->SetComp(comp);
|
roi->SetComp(comp);
|
||||||
|
|
||||||
for (i = 0; i < _countof(g_characterLODs) - 1; i++) {
|
for (i = 0; i < _countof(g_characterLODs) - 1; i++) {
|
||||||
|
char lodName[256];
|
||||||
ViewLODList *lodList, *dupLodList;
|
ViewLODList *lodList, *dupLodList;
|
||||||
LegoROI* childROI;
|
LegoROI* childROI;
|
||||||
MxS32 lodSize;
|
MxS32 lodSize;
|
||||||
const char* parentName;
|
const char* parentName;
|
||||||
char lodName[256];
|
|
||||||
|
|
||||||
LegoCharacterData::Part& part = data->m_parts[i];
|
LegoCharacterData::Part& part = data->m_parts[i];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user