From 7409b8b62b3e69ed0aee15b9c8c02661979a4c2a Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 15 Dec 2024 09:12:23 -0700 Subject: [PATCH] Mark as FUNCTION --- LEGO1/lego/legoomni/src/common/legotextureinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/common/legotextureinfo.cpp b/LEGO1/lego/legoomni/src/common/legotextureinfo.cpp index 51775a03..ea00ad5f 100644 --- a/LEGO1/lego/legoomni/src/common/legotextureinfo.cpp +++ b/LEGO1/lego/legoomni/src/common/legotextureinfo.cpp @@ -153,7 +153,7 @@ LegoTextureInfo* LegoTextureInfo::Create(const char* p_name, LegoTexture* p_text return NULL; } -// STUB: LEGO1 0x10065f60 +// FUNCTION: LEGO1 0x10065f60 BOOL LegoTextureInfo::SetGroupTexture(Tgl::Mesh* pMesh, LegoTextureInfo* p_textureInfo) { TglImpl::MeshImpl::MeshData* data = ((TglImpl::MeshImpl*) pMesh)->ImplementationData();