diff options
author | cosmic-linden <111533034+cosmic-linden@users.noreply.github.com> | 2022-11-30 09:27:22 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 09:27:22 -0800 |
commit | c99c24939a18b5aa6c29af189a1d91f254c8b5a2 (patch) | |
tree | b0fc7c3b7bd846cb461bfd7045f55411ed8321c3 /indra/newview/llgltfmateriallist.h | |
parent | 9f7967fcdc5ccb60bd72e8e9e1b7652dc2058524 (diff) | |
parent | fd19fb2f914269a8cbea49db244d633b6d7008bb (diff) |
Merge pull request #16 from secondlife/SL-18732
Sl 18732: Fix responsiveness of GLTF texture transform controls 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..abbb755599 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 addSelectionUpdateCallback(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: |