diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2024-05-14 19:48:17 +0200 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2024-05-15 20:50:59 +0200 |
commit | a266a4356f1dfb60514abf81a7f27e9f49156086 (patch) | |
tree | 8b3b6b13c095f1fb19731350318bc62b4c3f7785 /indra/llprimitive/llmodel.cpp | |
parent | fb17c00f14b2ee9238287284f0d660311f1e4f54 (diff) |
secondlife/viewer#1418 Mesh Upload - Physics - Bounding Box is not working as expected
Diffstat (limited to 'indra/llprimitive/llmodel.cpp')
-rw-r--r-- | indra/llprimitive/llmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llprimitive/llmodel.cpp b/indra/llprimitive/llmodel.cpp index 905292a44f..c208e538fc 100644 --- a/indra/llprimitive/llmodel.cpp +++ b/indra/llprimitive/llmodel.cpp @@ -50,7 +50,7 @@ std::string model_names[] = const int MODEL_NAMES_LENGTH = sizeof(model_names) / sizeof(std::string); -LLModel::LLModel(LLVolumeParams& params, F32 detail) +LLModel::LLModel(const LLVolumeParams& params, F32 detail) : LLVolume(params, detail), mNormalizedScale(1,1,1), mNormalizedTranslation(0, 0, 0), |