secondlife/viewer#907: Fix bad merge in LLGLTFMaterial

Caused by a conflict between the LLGLTFMaterial::getHash fix, and an improvement in LLGLTFMaterial field ordering for platform-dependent memory reduction.
master
Cosmic Linden 2024-05-13 15:23:33 -07:00
parent 9441608623
commit cdcfbab5c4
1 changed files with 0 additions and 6 deletions

View File

@ -125,12 +125,6 @@ public:
// heightmaps cannot currently be described as finite enclosed
// volumes.
// See also LLPanelRegionTerrainInfo::validateMaterials
bool mDoubleSided = false;
// These fields are local to viewer and are a part of local bitmap support
typedef std::map<LLUUID, LLUUID> local_tex_map_t;
local_tex_map_t mTrackingIdToLocalTexture;
public: