diff options
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index df7d7c8..b54d1b8 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1128,7 +1128,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1128 | /// <summary> | 1128 | /// <summary> |
1129 | /// Removes physics plugin scene representation of this agent if it exists. | 1129 | /// Removes physics plugin scene representation of this agent if it exists. |
1130 | /// </summary> | 1130 | /// </summary> |
1131 | private void RemoveFromPhysicalScene() | 1131 | public void RemoveFromPhysicalScene() |
1132 | { | 1132 | { |
1133 | if (PhysicsActor != null) | 1133 | if (PhysicsActor != null) |
1134 | { | 1134 | { |