diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-03-25 15:50:47 +0200 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2024-09-18 12:21:58 -0700 |
commit | d6e10ba4b0e08c29b16ea62e0f8b7d1835418903 (patch) | |
tree | 1772fa266edf6e1f0dee084b2ecf7d1c9e52457e /indra/newview/llphysicsshapebuilderutil.h | |
parent | 27b8e6d576346e3174760087a15811478a90459e (diff) |
viewer#1016 Incorrect behavior of Physics Shapes rendering
Diffstat (limited to 'indra/newview/llphysicsshapebuilderutil.h')
-rw-r--r-- | indra/newview/llphysicsshapebuilderutil.h | 2 |
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; }; |