Cleaned up some warnings

This commit is contained in:
Dahlia Trimble
2008-08-22 07:25:53 +00:00
parent 261876fd47
commit 0f6b899ec7

View File

@@ -32,8 +32,8 @@ namespace OpenSim.Region.Physics.Meshing
{
internal class Extruder
{
public float startParameter;
public float stopParameter;
//public float startParameter;
//public float stopParameter;
public PhysicsVector size;
public float taperTopFactorX = 1f;