diff options
Diffstat (limited to 'indra/newview/llmaterialeditor.h')
-rw-r--r-- | indra/newview/llmaterialeditor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llmaterialeditor.h b/indra/newview/llmaterialeditor.h index aa24b52a96..96bf8cc7a2 100644 --- a/indra/newview/llmaterialeditor.h +++ b/indra/newview/llmaterialeditor.h @@ -217,7 +217,7 @@ public: void loadDefaults(); void modifyMaterialCoro(std::string cap_url, LLSD overrides); - void setOverrideTarget(const LLUUID& object_id, S32 face_id); + void setOverrideTarget(U32 local_id, S32 face_id); private: void loadMaterial(const tinygltf::Model &model, const std::string &filename_lc, S32 index); @@ -269,7 +269,7 @@ private: std::string mMaterialNameShort; std::string mMaterialName; - LLUUID mOverrideObjectId; + U32 mOverrideLocalId; S32 mOverrideFace; }; |