diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-03-25 15:50:47 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-03-26 23:09:26 +0200 |
| commit | aa892d2c35d1f03ad49aceba0f89f0ab3d40c315 (patch) | |
| tree | 9aa4eeef1eb60fd131d23e7fe1a63b15d9e55a30 /indra/newview/llphysicsshapebuilderutil.h | |
| parent | eeb43b604ccb3348907bd06c0135e7824879fe57 (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 b3b100296f..24e68fcf77 100644 --- a/indra/newview/llphysicsshapebuilderutil.h +++ b/indra/newview/llphysicsshapebuilderutil.h @@ -78,6 +78,8 @@ public: bool shouldForceConvex() const { return mForceConvex; } + bool hasDecomposition() const; + private: bool mForceConvex; }; |
