From b16abc8166c29585cb76cc55c3bdd76e5833cb4f Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Thu, 5 Jan 2017 19:07:37 +0000 Subject: Massive tab and trailing space cleanup --- OpenSim/Region/PhysicsModules/SharedBase/IMesher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/PhysicsModules/SharedBase/IMesher.cs') diff --git a/OpenSim/Region/PhysicsModules/SharedBase/IMesher.cs b/OpenSim/Region/PhysicsModules/SharedBase/IMesher.cs index 88169bb..1a8409e 100644 --- a/OpenSim/Region/PhysicsModules/SharedBase/IMesher.cs +++ b/OpenSim/Region/PhysicsModules/SharedBase/IMesher.cs @@ -48,7 +48,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase // Values for level of detail to be passed to the mesher. // Values origionally chosen for the LOD of sculpties (the sqrt(width*heigth) of sculpt texture) // Lower level of detail reduces the number of vertices used to represent the meshed shape. - public enum LevelOfDetail + public enum LevelOfDetail { High = 32, Medium = 16, -- cgit v1.1