summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorruslantproductengine <ruslantproductengine@lindenlab.com>2014-12-02 12:09:50 +0200
committerruslantproductengine <ruslantproductengine@lindenlab.com>2014-12-02 12:09:50 +0200
commit1be14992c6d92f8e32068704190650229c2de88f (patch)
tree736e20822ab8815fdf341509541a36dd8b2abe15 /indra
parentb3c8a559f6e6f340286204328e250312b2e467c5 (diff)
MAINT-3494 FIXED Generate Normals checkbox does not control generation of normals.
Patchset #2
Diffstat (limited to 'indra')
-rwxr-xr-xindra/llmath/llvolume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp
index 8d6b3b926c..adf6e790d3 100755
--- a/indra/llmath/llvolume.cpp
+++ b/indra/llmath/llvolume.cpp
@@ -2692,7 +2692,7 @@ void LLVolume::copyFacesTo(std::vector<LLVolumeFace> &faces) const
void LLVolume::copyFacesFrom(const std::vector<LLVolumeFace> &faces)
{
- mVolumeFaces = std::move(faces);
+ mVolumeFaces = faces;
mSculptLevel = 0;
}