OSDN Git Service

Adopt to upstream libomv change
authorLatif Khalifa <latifer@streamgrid.net>
Mon, 16 Aug 2010 21:46:54 +0000 (21:46 +0000)
committerLatif Khalifa <latifer@streamgrid.net>
Mon, 16 Aug 2010 21:46:54 +0000 (21:46 +0000)
git-svn-id: https://radegast.googlecode.com/svn/trunk@726 f7a694da-4d33-11de-9ad6-1127a62b9fcd

Radegast/GUI/Dialogs/PrimWorkshop.cs

index c246264..a2a58b5 100644 (file)
@@ -281,7 +281,7 @@ namespace Radegast
                         Image img = null;
                         if (!LoadTexture(primList[i].Sculpt.SculptTexture, ref img, true))
                             continue;
-                        mesh = renderer.GenerateSculptMesh((Bitmap)img, prim, DetailLevel.Highest);
+                        mesh = renderer.GenerateFacetedSculptMesh(prim, (Bitmap)img, DetailLevel.Highest);
                         img.Dispose();
                     }
                     else