diff options
author | MW | 2007-07-04 19:07:27 +0000 |
---|---|---|
committer | MW | 2007-07-04 19:07:27 +0000 |
commit | beb3073bec9438a439e13eaec40a8320a9279adc (patch) | |
tree | 04ad41c83427605d910a0d4ed2cfa560a30a8066 /OpenSim/Region/Physics/Manager | |
parent | * re-fixed the utf-16 bug in xmlRpcResponse serialization (diff) | |
download | opensim-SC-beb3073bec9438a439e13eaec40a8320a9279adc.zip opensim-SC-beb3073bec9438a439e13eaec40a8320a9279adc.tar.gz opensim-SC-beb3073bec9438a439e13eaec40a8320a9279adc.tar.bz2 opensim-SC-beb3073bec9438a439e13eaec40a8320a9279adc.tar.xz |
A bit more work on Building tools/support.
updated Axiom.MathLib.dll.
Diffstat (limited to 'OpenSim/Region/Physics/Manager')
-rw-r--r-- | OpenSim/Region/Physics/Manager/PhysicsActor.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Manager/PhysicsActor.cs b/OpenSim/Region/Physics/Manager/PhysicsActor.cs index 8c286e0..da3b560 100644 --- a/OpenSim/Region/Physics/Manager/PhysicsActor.cs +++ b/OpenSim/Region/Physics/Manager/PhysicsActor.cs | |||
@@ -25,7 +25,7 @@ | |||
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * | 26 | * |
27 | */ | 27 | */ |
28 | using Axiom.MathLib; | 28 | using Axiom.Math; |
29 | 29 | ||
30 | namespace OpenSim.Physics.Manager | 30 | namespace OpenSim.Physics.Manager |
31 | { | 31 | { |