Merge branch 'master' of /var/git/opensim/

viewer-2-initial-appearance
opensim mirror account 2010-10-18 04:30:07 -07:00
commit c48b051c71
1 changed files with 0 additions and 8 deletions

View File

@ -307,14 +307,6 @@ namespace OpenSim.Region.Physics.Meshing
byte[] decompressed = new byte[physSize * 5];
try
{
{
string filename = System.IO.Path.Combine(decodedSculptMapPath, "meshInput_" + primShape.SculptTexture.ToString());
using (FileStream fs = new FileStream(filename, FileMode.Create))
{
fs.Write(meshBytes, 0, meshBytes.Length);
}
}
using (MemoryStream inMs = new MemoryStream(meshBytes))
{
using (MemoryStream outMs = new MemoryStream())