diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index ba851fc..e2cb3ac 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -650,7 +650,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
650 | } | 650 | } |
651 | 651 | ||
652 | #endregion | 652 | #endregion |
653 | 653 | ||
654 | public LLUUID ObjectOwner | 654 | public LLUUID ObjectOwner |
655 | { | 655 | { |
656 | get { return OwnerID; } | 656 | get { return OwnerID; } |
@@ -797,7 +797,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
797 | 797 | ||
798 | return newobject; | 798 | return newobject; |
799 | } | 799 | } |
800 | 800 | ||
801 | public void ApplyPhysics(uint rootObjectFlags, bool m_physicalPrim) | 801 | public void ApplyPhysics(uint rootObjectFlags, bool m_physicalPrim) |
802 | { | 802 | { |
803 | 803 | ||