diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2022-11-21 16:09:07 -0800 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2022-11-29 13:26:04 -0800 |
commit | a989eba0808b2e5fda5494ff3b109784aa79984e (patch) | |
tree | 7e7d1e9036dcdc749f8bce89c33f0b1d3dfd41dd /indra/newview/llgltfmateriallist.h | |
parent | adbd264d35f5fabe28249839da6c12e5dac4127f (diff) |
SL-18732: Fix flickering of control values when changing GLTF texture transforms in build floater
Diffstat (limited to 'indra/newview/llgltfmateriallist.h')
-rw-r--r-- | indra/newview/llgltfmateriallist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llgltfmateriallist.h b/indra/newview/llgltfmateriallist.h index 0f0edf7414..5a184f5e94 100644 --- a/indra/newview/llgltfmateriallist.h +++ b/indra/newview/llgltfmateriallist.h @@ -74,6 +74,8 @@ public: // Automatically called once per frame, but may be called explicitly // for cases that care about the done_callback forwarded to LLCoros::instance().launch static void flushUpdates(void(*done_callback)(bool) = nullptr); + + static void addUpdateCallback(void(*update_callback)(const LLUUID& object_id, S32 side)); // Queue an explicit LLSD ModifyMaterialParams update apply given override data // overrides -- LLSD map (or array of maps) in the format: |