diff options
author | Melanie | 2010-05-26 10:56:37 +0100 |
---|---|---|
committer | Melanie | 2010-05-26 10:56:37 +0100 |
commit | a69c1c7898b2003c72e6065f585736394b890126 (patch) | |
tree | 348cae63f4c4021e895632d4934b7634fdf73f97 | |
parent | Merge branch 'unitests' (diff) | |
parent | fix sculpt normal direction for mirrored plane sculpts (diff) | |
download | opensim-SC_OLD-a69c1c7898b2003c72e6065f585736394b890126.zip opensim-SC_OLD-a69c1c7898b2003c72e6065f585736394b890126.tar.gz opensim-SC_OLD-a69c1c7898b2003c72e6065f585736394b890126.tar.bz2 opensim-SC_OLD-a69c1c7898b2003c72e6065f585736394b890126.tar.xz |
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
-rw-r--r-- | OpenSim/Region/Physics/Meshing/SculptMesh.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/Meshing/SculptMesh.cs b/OpenSim/Region/Physics/Meshing/SculptMesh.cs index 6aa8fe4..e58eb89 100644 --- a/OpenSim/Region/Physics/Meshing/SculptMesh.cs +++ b/OpenSim/Region/Physics/Meshing/SculptMesh.cs | |||
@@ -310,8 +310,7 @@ namespace PrimMesher | |||
310 | sculptType = (SculptType)(((int)sculptType) & 0x07); | 310 | sculptType = (SculptType)(((int)sculptType) & 0x07); |
311 | 311 | ||
312 | if (mirror) | 312 | if (mirror) |
313 | if (sculptType == SculptType.plane) | 313 | invert = !invert; |
314 | invert = !invert; | ||
315 | 314 | ||
316 | viewerFaces = new List<ViewerFace>(); | 315 | viewerFaces = new List<ViewerFace>(); |
317 | 316 | ||