diff options
author | dan miller | 2007-11-05 22:20:18 +0000 |
---|---|---|
committer | dan miller | 2007-11-05 22:20:18 +0000 |
commit | ec85a311407d85cfd7ab4f804986c2796ceac28e (patch) | |
tree | 605ce12af47a3c2b49af0d0aea4654dfa3e963b8 /OpenSim | |
parent | physical prims (diff) | |
download | opensim-SC_OLD-ec85a311407d85cfd7ab4f804986c2796ceac28e.zip opensim-SC_OLD-ec85a311407d85cfd7ab4f804986c2796ceac28e.tar.gz opensim-SC_OLD-ec85a311407d85cfd7ab4f804986c2796ceac28e.tar.bz2 opensim-SC_OLD-ec85a311407d85cfd7ab4f804986c2796ceac28e.tar.xz |
physical prims AND other changes in ODE (Teravus) -- note this is experimental!
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs index 0a868ea..efc99e4 100644 --- a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs +++ b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs | |||
@@ -71,6 +71,7 @@ using AxiomQuaternion = Axiom.Math.Quaternion; | |||
71 | using BoxShape=XnaDevRu.BulletX.BoxShape; | 71 | using BoxShape=XnaDevRu.BulletX.BoxShape; |
72 | #endregion | 72 | #endregion |
73 | 73 | ||
74 | |||
74 | namespace OpenSim.Region.Physics.BulletXPlugin | 75 | namespace OpenSim.Region.Physics.BulletXPlugin |
75 | { | 76 | { |
76 | /// <summary> | 77 | /// <summary> |