mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fix naming
This commit is contained in:
parent
2084b3c962
commit
cd324ea648
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user