From 4a1397c621eec2deb90d4953762fea6187c0a270 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Mon, 24 Oct 2022 23:35:28 +0300 Subject: SL-18414 Smarter material editor's cancel for overrides --- indra/newview/llmaterialeditor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/llmaterialeditor.h') diff --git a/indra/newview/llmaterialeditor.h b/indra/newview/llmaterialeditor.h index 23cb32aacf..60907b18ba 100644 --- a/indra/newview/llmaterialeditor.h +++ b/indra/newview/llmaterialeditor.h @@ -276,5 +276,8 @@ private: // if true, this instance is live instance editing overrides bool mIsOverride = false; + // local id, texture ids per face for object overrides + // for "cancel" support + std::map mObjectOverridesSavedValues; }; -- cgit v1.2.3