diff options
author | BlueWall | 2013-02-01 21:58:32 -0500 |
---|---|---|
committer | BlueWall | 2013-02-01 21:58:32 -0500 |
commit | 57cf89f4a9673d3804de20c4931a193e3de9c564 (patch) | |
tree | a1002b2dceda2a2fa90927bf52daf0c490862a74 /OpenSim/Region/Physics/Manager | |
parent | Update assembly version numbers (diff) | |
parent | Correct spelling mistake in new RayFilterFlags, LSLPhanton -> LSLPhantom (diff) | |
download | opensim-SC_OLD-57cf89f4a9673d3804de20c4931a193e3de9c564.zip opensim-SC_OLD-57cf89f4a9673d3804de20c4931a193e3de9c564.tar.gz opensim-SC_OLD-57cf89f4a9673d3804de20c4931a193e3de9c564.tar.bz2 opensim-SC_OLD-57cf89f4a9673d3804de20c4931a193e3de9c564.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Physics/Manager')
-rw-r--r-- | OpenSim/Region/Physics/Manager/PhysicsScene.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/Manager/PhysicsScene.cs b/OpenSim/Region/Physics/Manager/PhysicsScene.cs index 96a9ff7..c4d7ef3 100644 --- a/OpenSim/Region/Physics/Manager/PhysicsScene.cs +++ b/OpenSim/Region/Physics/Manager/PhysicsScene.cs | |||
@@ -43,7 +43,7 @@ namespace OpenSim.Region.Physics.Manager | |||
43 | public delegate void JointDeactivated(PhysicsJoint joint); | 43 | public delegate void JointDeactivated(PhysicsJoint joint); |
44 | public delegate void JointErrorMessage(PhysicsJoint joint, string message); // this refers to an "error message due to a problem", not "amount of joint constraint violation" | 44 | public delegate void JointErrorMessage(PhysicsJoint joint, string message); // this refers to an "error message due to a problem", not "amount of joint constraint violation" |
45 | 45 | ||
46 | public enum RayFilterFlags:ushort | 46 | public enum RayFilterFlags : ushort |
47 | { | 47 | { |
48 | // the flags | 48 | // the flags |
49 | water = 0x01, | 49 | water = 0x01, |
@@ -60,7 +60,7 @@ namespace OpenSim.Region.Physics.Manager | |||
60 | ClosestHit = 0x8000, | 60 | ClosestHit = 0x8000, |
61 | 61 | ||
62 | // some combinations | 62 | // some combinations |
63 | LSLPhanton = phantom | volumedtc, | 63 | LSLPhantom = phantom | volumedtc, |
64 | PrimsNonPhantom = nonphysical | physical, | 64 | PrimsNonPhantom = nonphysical | physical, |
65 | PrimsNonPhantomAgents = nonphysical | physical | agent, | 65 | PrimsNonPhantomAgents = nonphysical | physical | agent, |
66 | 66 | ||