remove pointer no longer used for tracking attachments/huds
parent
b42636a8fd
commit
b36372bb5e
|
|
@ -48,7 +48,6 @@ struct LLHUDComplexity
|
|||
objectName = "";
|
||||
objectsCost = 0;
|
||||
objectsCount = 0;
|
||||
objectPtr = nullptr;
|
||||
texturesCost = 0;
|
||||
texturesCount = 0;
|
||||
largeTexturesCount = 0;
|
||||
|
|
@ -62,7 +61,6 @@ struct LLHUDComplexity
|
|||
U32 texturesCost;
|
||||
U32 texturesCount;
|
||||
U32 largeTexturesCount;
|
||||
const LLViewerObject * objectPtr;
|
||||
F64Bytes texturesMemoryTotal;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue