fix wrong file commited

avinationmerge
UbitUmarov 2012-10-07 06:16:47 +01:00
parent 03ef125ba0
commit c42df1259f
1 changed files with 0 additions and 10 deletions

View File

@ -743,15 +743,5 @@ namespace OpenSim.Region.Physics.Meshing
return mesh;
}
<<<<<<< HEAD
public IMesh GetMesh(String primName, PrimitiveBaseShape primShape, Vector3 size, float lod, bool isPhysical, bool convex)
{
return null;
}
public void ReleaseMesh(IMesh imesh) { }
public void ExpireReleaseMeshs() { }
=======
>>>>>>> avination
}
}