diff options
author | Teravus Ovares | 2008-06-05 10:44:46 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-06-05 10:44:46 +0000 |
commit | 622cd3db8bf3e15b06e26602c949b24c9b861166 (patch) | |
tree | 630b38c11a847745190b943c200548607d6aaa8e | |
parent | Update svn properties. (diff) | |
download | opensim-SC_OLD-622cd3db8bf3e15b06e26602c949b24c9b861166.zip opensim-SC_OLD-622cd3db8bf3e15b06e26602c949b24c9b861166.tar.gz opensim-SC_OLD-622cd3db8bf3e15b06e26602c949b24c9b861166.tar.bz2 opensim-SC_OLD-622cd3db8bf3e15b06e26602c949b24c9b861166.tar.xz |
* Don't create ghost prim when rezzing objects from inventory
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index c816e41..ead7f23 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -1583,7 +1583,8 @@ namespace OpenSim.Region.Environment.Scenes | |||
1583 | { | 1583 | { |
1584 | group.ClearPartAttachmentData(); | 1584 | group.ClearPartAttachmentData(); |
1585 | } | 1585 | } |
1586 | group.ApplyPhysics(m_physicalPrim); | 1586 | // Ghost prim if this is enabled! |
1587 | //group.ApplyPhysics(m_physicalPrim); | ||
1587 | } | 1588 | } |
1588 | 1589 | ||
1589 | group.StartScripts(); | 1590 | group.StartScripts(); |