Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim

soprefactor
Melanie 2010-05-26 10:56:37 +01:00
commit a69c1c7898
1 changed files with 1 additions and 2 deletions

View File

@ -310,8 +310,7 @@ namespace PrimMesher
sculptType = (SculptType)(((int)sculptType) & 0x07);
if (mirror)
if (sculptType == SculptType.plane)
invert = !invert;
invert = !invert;
viewerFaces = new List<ViewerFace>();