Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-05-26 17:19:02 +01:00
36 changed files with 1156 additions and 1265 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>();