aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin
diff options
context:
space:
mode:
authorTeravus Ovares2008-10-12 23:47:39 +0000
committerTeravus Ovares2008-10-12 23:47:39 +0000
commit2ede1a3ce7cd8b5542245a69a4ba1a75415d91b5 (patch)
tree7f58b928d49b352f017d2a540b34689496bf0f38 /OpenSim/Region/Physics/OdePlugin
parentCorrect an error with the auto-insert marker (diff)
downloadopensim-SC_OLD-2ede1a3ce7cd8b5542245a69a4ba1a75415d91b5.zip
opensim-SC_OLD-2ede1a3ce7cd8b5542245a69a4ba1a75415d91b5.tar.gz
opensim-SC_OLD-2ede1a3ce7cd8b5542245a69a4ba1a75415d91b5.tar.bz2
opensim-SC_OLD-2ede1a3ce7cd8b5542245a69a4ba1a75415d91b5.tar.xz
* This updates ODE to the most up-to-date version as of today. 1558
* Mac users, pray to chi11ken to make you a .dylib version * This is semi-tuned and post teravus hack. (Though I didn't apply the terrain pitting fix hack. I'm still deciding if it's necessary as there was a lot of work over the past several months on the heightfield collider. * Please use '--enable-shared --disable-demos --disable-asserts' if you are building your own libode in the configure step. Asserts are pretty much useless for use with .NET * This also updates ODE.NET as, there were some API changes in May that were just added to ODE.NET today.
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/OdePlugin.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
index 5aeae92..1490a9b 100644
--- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
+++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
@@ -59,6 +59,7 @@ namespace OpenSim.Region.Physics.OdePlugin
59 59
60 public bool Init() 60 public bool Init()
61 { 61 {
62 d.InitODE();
62 return true; 63 return true;
63 } 64 }
64 65