diff options
author | Melanie | 2010-05-26 17:19:02 +0100 |
---|---|---|
committer | Melanie | 2010-05-26 17:19:02 +0100 |
commit | 97501495eb2f54912b862d9dd544ca467e8b9d1e (patch) | |
tree | 3fed12f5c6bcc514368b40b16a0a0f165ab9aac1 /OpenSim/Region/Physics | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC_OLD-97501495eb2f54912b862d9dd544ca467e8b9d1e.zip opensim-SC_OLD-97501495eb2f54912b862d9dd544ca467e8b9d1e.tar.gz opensim-SC_OLD-97501495eb2f54912b862d9dd544ca467e8b9d1e.tar.bz2 opensim-SC_OLD-97501495eb2f54912b862d9dd544ca467e8b9d1e.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Region/Physics')
-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 | ||