Fix naming

This commit is contained in:
Christian Semmler 2024-03-09 10:43:40 -05:00
parent 2084b3c962
commit cd324ea648
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ class LegoTextureInfo {
static LegoTextureInfo* Create(const char* p_name, LegoTexture* p_texture);
static BOOL SetGroupTexture(Tgl::Mesh* pMesh, LegoTextureInfo* p_textureInfo);
LegoResult FUN_10066010(LegoU8* m_bits);
LegoResult FUN_10066010(LegoU8* p_bits);
// private:
char* m_name; // 0x00

View File

@ -161,7 +161,7 @@ BOOL LegoTextureInfo::SetGroupTexture(Tgl::Mesh* pMesh, LegoTextureInfo* p_textu
}
// STUB: LEGO1 0x10066010
LegoResult LegoTextureInfo::FUN_10066010(LegoU8* m_bits)
LegoResult LegoTextureInfo::FUN_10066010(LegoU8* p_bits)
{
// TODO
return SUCCESS;