From 3ba0bc8f443115f4e3e87cea79bdcfb0c3bbba04 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Tue, 9 Dec 2008 12:15:02 +0000 Subject: Minor formatting cleanup. --- OpenSim/Region/Physics/OdePlugin/drawstuff.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim') diff --git a/OpenSim/Region/Physics/OdePlugin/drawstuff.cs b/OpenSim/Region/Physics/OdePlugin/drawstuff.cs index 73afe12..87ca446 100644 --- a/OpenSim/Region/Physics/OdePlugin/drawstuff.cs +++ b/OpenSim/Region/Physics/OdePlugin/drawstuff.cs @@ -45,7 +45,7 @@ using Ode.NET; namespace Drawstuff.NET { #if dDOUBLE - using dReal = System.Double; + using dReal = System.Double; #else using dReal = System.Single; #endif @@ -95,4 +95,4 @@ namespace Drawstuff.NET [DllImport("drawstuff", EntryPoint = "dsSimulationLoop")] public static extern void SimulationLoop(int argc, string[] argv, int window_width, int window_height, ref Functions fn); } -} \ No newline at end of file +} -- cgit v1.1