diff options
author | lbsa71 | 2007-12-04 16:41:20 +0000 |
---|---|---|
committer | lbsa71 | 2007-12-04 16:41:20 +0000 |
commit | c1fdba8a6fc032690999d346c1405be6cfc1e947 (patch) | |
tree | f1d14ccd04ce37fb2348bbd2b376f66ce8701c67 /OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |
parent | * Avatar picker works in grid mode now. (diff) | |
download | opensim-SC_OLD-c1fdba8a6fc032690999d346c1405be6cfc1e947.zip opensim-SC_OLD-c1fdba8a6fc032690999d346c1405be6cfc1e947.tar.gz opensim-SC_OLD-c1fdba8a6fc032690999d346c1405be6cfc1e947.tar.bz2 opensim-SC_OLD-c1fdba8a6fc032690999d346c1405be6cfc1e947.tar.xz |
* Some more ApplyPhysics voodoo
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index 5c1b9da..a60e3b5 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -473,7 +473,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
473 | LLObject.ObjectFlags.ObjectOwnerModify; | 473 | LLObject.ObjectFlags.ObjectOwnerModify; |
474 | 474 | ||
475 | ApplyPermissions(); | 475 | ApplyPermissions(); |
476 | ApplyPhysics(); | ||
477 | 476 | ||
478 | ScheduleFullUpdate(); | 477 | ScheduleFullUpdate(); |
479 | } | 478 | } |
@@ -512,7 +511,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
512 | ObjectFlags = flags; | 511 | ObjectFlags = flags; |
513 | 512 | ||
514 | ApplyPermissions(); | 513 | ApplyPermissions(); |
515 | ApplyPhysics(); | 514 | // ApplyPhysics(); |
516 | 515 | ||
517 | ScheduleFullUpdate(); | 516 | ScheduleFullUpdate(); |
518 | } | 517 | } |