aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/drawstuff.cs
diff options
context:
space:
mode:
authorJeff Ames2008-12-09 12:15:02 +0000
committerJeff Ames2008-12-09 12:15:02 +0000
commit3ba0bc8f443115f4e3e87cea79bdcfb0c3bbba04 (patch)
treea3246add151b3c1b5b2f06dc0ef4aa09f7b1c2b5 /OpenSim/Region/Physics/OdePlugin/drawstuff.cs
parent* Gerhard's patch m2781. Does some initial work for setting up llVolumeDetect. (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/drawstuff.cs4
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;
45namespace Drawstuff.NET 45namespace 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}