diff options
author | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2014-11-28 18:17:54 +0200 |
---|---|---|
committer | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2014-11-28 18:17:54 +0200 |
commit | b3c8a559f6e6f340286204328e250312b2e467c5 (patch) | |
tree | f430bccbaf2e0b83e9345fcd15ad1250a9bbbd41 /indra/llprimitive/llmodel.cpp | |
parent | 5a1f4ac1a71b8d604cbef5f9f42823b494f04a03 (diff) |
MAINT-3494 FIXED Generate Normals checkbox does not control generation of normals.
Diffstat (limited to 'indra/llprimitive/llmodel.cpp')
-rwxr-xr-x | 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 1f96d1557d..e0294cfd6a 100755 --- a/indra/llprimitive/llmodel.cpp +++ b/indra/llprimitive/llmodel.cpp @@ -2012,7 +2012,7 @@ bool LLModel::loadModel(std::istream& is) } } - std::string nm[] = + static const std::string nm[] = { "lowest_lod", "low_lod", |