diff options
author | Jeff Ames | 2008-12-09 12:15:02 +0000 |
---|---|---|
committer | Jeff Ames | 2008-12-09 12:15:02 +0000 |
commit | 3ba0bc8f443115f4e3e87cea79bdcfb0c3bbba04 (patch) | |
tree | a3246add151b3c1b5b2f06dc0ef4aa09f7b1c2b5 /OpenSim/Region | |
parent | * Gerhard's patch m2781. Does some initial work for setting up llVolumeDetect. (diff) | |
download | opensim-SC_OLD-3ba0bc8f443115f4e3e87cea79bdcfb0c3bbba04.zip opensim-SC_OLD-3ba0bc8f443115f4e3e87cea79bdcfb0c3bbba04.tar.gz opensim-SC_OLD-3ba0bc8f443115f4e3e87cea79bdcfb0c3bbba04.tar.bz2 opensim-SC_OLD-3ba0bc8f443115f4e3e87cea79bdcfb0c3bbba04.tar.xz |
Minor formatting cleanup.
Diffstat (limited to 'OpenSim/Region')
-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 | } |