summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolpie.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2025-07-17 11:29:44 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2025-07-17 11:32:52 +0300
commitaf3ef42d40e7b5eb2a9ba0b45ed74bbf7aa18656 (patch)
tree29060338756c240e11702c6ee4eb7b67524b755f /indra/newview/lltoolpie.cpp
parent7a33f2279be82e32acd6e25245026dc305b1ed2b (diff)
parent6e186befad1eafd091a38c9e4d6b58cc09926e57 (diff)
Merge branch 'develop' into gltf_mesh_import
Diffstat (limited to 'indra/newview/lltoolpie.cpp')
-rw-r--r--indra/newview/lltoolpie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolpie.cpp b/indra/newview/lltoolpie.cpp
index 75b980d358..618955c83b 100644
--- a/indra/newview/lltoolpie.cpp
+++ b/indra/newview/lltoolpie.cpp
@@ -1527,7 +1527,7 @@ bool LLToolPie::shouldAllowFirstMediaInteraction(const LLPickInfo& pick, bool mo
return false;
}
// Any object with PRIM_MEDIA_FIRST_CLICK_INTERACT set to TRUE
- if(FirstClickPref & MEDIA_FIRST_CLICK_ANY)
+ if((FirstClickPref & MEDIA_FIRST_CLICK_ANY) == MEDIA_FIRST_CLICK_ANY)
{
LL_DEBUGS_ONCE() << "FirstClickPref & MEDIA_FIRST_CLICK_ANY" << LL_ENDL;
return true;