diff options
author | Brad Linden <46733234+brad-linden@users.noreply.github.com> | 2024-10-04 14:16:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-04 14:16:04 -0700 |
commit | da341eb2daa361ffb974e2593a217778dfbb3383 (patch) | |
tree | 803c64a784bb4be4d8b2dce92e16cb6c32aad8cf /indra/llprimitive/llmodel.h | |
parent | 0e86bebcfc80259476654190880f9bfd5b35934e (diff) |
cherry pick secondlife/viewer#912 BugSplat Crash 1412267: nvoglv64+0xadcd00 (#2785)
* secondlife/viewer#912 BugSplat Crash 1412267: nvoglv64+0xadcd00
* fix cherry-pick merge breakage.
* Fix signed/unsigned error
---------
Co-authored-by: Alexander Gavriliuk <alexandrgproductengine@lindenlab.com>
Diffstat (limited to 'indra/llprimitive/llmodel.h')
-rw-r--r-- | indra/llprimitive/llmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llprimitive/llmodel.h b/indra/llprimitive/llmodel.h index 96cfb7151e..fe28926720 100644 --- a/indra/llprimitive/llmodel.h +++ b/indra/llprimitive/llmodel.h @@ -206,7 +206,7 @@ public: void remapVolumeFaces(); void optimizeVolumeFaces(); void offsetMesh( const LLVector3& pivotPoint ); - void getNormalizedScaleTranslation(LLVector3& scale_out, LLVector3& translation_out); + void getNormalizedScaleTranslation(LLVector3& scale_out, LLVector3& translation_out) const; LLVector3 getTransformedCenter(const LLMatrix4& mat); //reorder face list based on mMaterialList in this and reference so |