diff options
author | UbitUmarov | 2015-09-08 18:13:15 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-08 18:13:15 +0100 |
commit | ecc19698575a1d0705665f9551a8d69afcad1570 (patch) | |
tree | ae5db0cdc8e8d58acb7d6b043f28cdd122bba269 /OpenSim/Region/PhysicsModules/UbitOde/ODEDynamics.cs | |
parent | opps my files? (diff) | |
download | opensim-SC-ecc19698575a1d0705665f9551a8d69afcad1570.zip opensim-SC-ecc19698575a1d0705665f9551a8d69afcad1570.tar.gz opensim-SC-ecc19698575a1d0705665f9551a8d69afcad1570.tar.bz2 opensim-SC-ecc19698575a1d0705665f9551a8d69afcad1570.tar.xz |
more on compile..
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/PhysicsModules/UbitOde/ODEDynamics.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/UbitOde/ODEDynamics.cs b/OpenSim/Region/PhysicsModules/UbitOde/ODEDynamics.cs index 9f1ab4c..89adab8 100644 --- a/OpenSim/Region/PhysicsModules/UbitOde/ODEDynamics.cs +++ b/OpenSim/Region/PhysicsModules/UbitOde/ODEDynamics.cs | |||
@@ -60,7 +60,7 @@ namespace OpenSim.Region.PhysicsModules.UbitOde | |||
60 | } | 60 | } |
61 | 61 | ||
62 | private OdePrim rootPrim; | 62 | private OdePrim rootPrim; |
63 | private OdeScene _pParentScene; | 63 | private ODEScene _pParentScene; |
64 | 64 | ||
65 | // Vehicle properties | 65 | // Vehicle properties |
66 | // WARNING this are working copies for internel use | 66 | // WARNING this are working copies for internel use |