mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
Fix naming
This commit is contained in:
parent
ddcf9d157a
commit
ce6e137377
@ -675,9 +675,9 @@ void WriteNamedTexture(LegoFile* p_file, LegoNamedTexture* p_namedTexture)
|
|||||||
// FUNCTION: LEGO1 0x1003f930
|
// FUNCTION: LEGO1 0x1003f930
|
||||||
void FUN_1003f930(LegoNamedTexture* p_namedTexture)
|
void FUN_1003f930(LegoNamedTexture* p_namedTexture)
|
||||||
{
|
{
|
||||||
LegoTextureInfo* p_textureInfo = TextureContainer()->Get(p_namedTexture->GetName()->GetData());
|
LegoTextureInfo* textureInfo = TextureContainer()->Get(p_namedTexture->GetName()->GetData());
|
||||||
|
|
||||||
if (p_textureInfo != NULL) {
|
if (textureInfo != NULL) {
|
||||||
p_textureInfo->FUN_10066010(p_namedTexture->GetTexture()->GetImage()->GetBits());
|
textureInfo->FUN_10066010(p_namedTexture->GetTexture()->GetImage()->GetBits());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user