diff options
author | UbitUmarov | 2015-10-20 23:57:57 +0100 |
---|---|---|
committer | UbitUmarov | 2015-10-20 23:57:57 +0100 |
commit | 747044f5872a2856ad3079662a736cee3f5acf71 (patch) | |
tree | e6bbe20887af47d751f2cc56042e6b254f3a11c6 /OpenSim/Region/PhysicsModules/Ode/ODECharacter.cs | |
parent | stop using a vector3 to store axis locks 3bit flags in ubOde (diff) | |
download | opensim-SC-747044f5872a2856ad3079662a736cee3f5acf71.zip opensim-SC-747044f5872a2856ad3079662a736cee3f5acf71.tar.gz opensim-SC-747044f5872a2856ad3079662a736cee3f5acf71.tar.bz2 opensim-SC-747044f5872a2856ad3079662a736cee3f5acf71.tar.xz |
stop using a vector3 to store axis locks 3bit flags also in ode
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/PhysicsModules/Ode/ODECharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/Ode/ODECharacter.cs b/OpenSim/Region/PhysicsModules/Ode/ODECharacter.cs index 8048e26..c1afe13 100644 --- a/OpenSim/Region/PhysicsModules/Ode/ODECharacter.cs +++ b/OpenSim/Region/PhysicsModules/Ode/ODECharacter.cs | |||
@@ -595,7 +595,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
595 | 595 | ||
596 | public override void delink() {} | 596 | public override void delink() {} |
597 | 597 | ||
598 | public override void LockAngularMotion(Vector3 axis) {} | 598 | public override void LockAngularMotion(byte axislocks) {} |
599 | 599 | ||
600 | // This code is very useful. Written by DanX0r. We're just not using it right now. | 600 | // This code is very useful. Written by DanX0r. We're just not using it right now. |
601 | // Commented out to prevent a warning. | 601 | // Commented out to prevent a warning. |