summaryrefslogtreecommitdiff
path: root/indra/newview/llphysicsshapebuilderutil.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-03-25 15:50:47 +0200
committerBrad Linden <brad@lindenlab.com>2024-09-18 12:21:58 -0700
commitd6e10ba4b0e08c29b16ea62e0f8b7d1835418903 (patch)
tree1772fa266edf6e1f0dee084b2ecf7d1c9e52457e /indra/newview/llphysicsshapebuilderutil.h
parent27b8e6d576346e3174760087a15811478a90459e (diff)
viewer#1016 Incorrect behavior of Physics Shapes rendering
Diffstat (limited to 'indra/newview/llphysicsshapebuilderutil.h')
-rw-r--r--indra/newview/llphysicsshapebuilderutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llphysicsshapebuilderutil.h b/indra/newview/llphysicsshapebuilderutil.h
index 33c2d0a8b6..01c173523b 100644
--- a/indra/newview/llphysicsshapebuilderutil.h
+++ b/indra/newview/llphysicsshapebuilderutil.h
@@ -79,6 +79,8 @@ public:
bool shouldForceConvex() const { return mForceConvex; }
+ bool hasDecomposition() const;
+
private:
bool mForceConvex;
};