diff options
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/drawstuff.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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; | |||
45 | namespace Drawstuff.NET | 45 | namespace Drawstuff.NET |
46 | { | 46 | { |
47 | #if dDOUBLE | 47 | #if dDOUBLE |
48 | using dReal = System.Double; | 48 | using dReal = System.Double; |
49 | #else | 49 | #else |
50 | using dReal = System.Single; | 50 | using dReal = System.Single; |
51 | #endif | 51 | #endif |
@@ -95,4 +95,4 @@ namespace Drawstuff.NET | |||
95 | [DllImport("drawstuff", EntryPoint = "dsSimulationLoop")] | 95 | [DllImport("drawstuff", EntryPoint = "dsSimulationLoop")] |
96 | public static extern void SimulationLoop(int argc, string[] argv, int window_width, int window_height, ref Functions fn); | 96 | public static extern void SimulationLoop(int argc, string[] argv, int window_width, int window_height, ref Functions fn); |
97 | } | 97 | } |
98 | } \ No newline at end of file | 98 | } |