added SortedSets<MaterialInstance *> at RenderNode.h/.cpp

This commit is contained in:
2023-05-12 21:37:28 +08:00
parent d5b69fbe71
commit aa217c6fc5
3 changed files with 57 additions and 14 deletions

View File

@@ -64,8 +64,6 @@ public:
bool SetMaterialInstance(const AnsiString &codes,const uint32_t length)
{
if(length>64)return(false);
if(length>0&&codes.Length()<4)return(false);
mi_length=length;