diff options
author | lbsa71 | 2007-12-04 13:46:18 +0000 |
---|---|---|
committer | lbsa71 | 2007-12-04 13:46:18 +0000 |
commit | bf8239c7faaf98ef51edfc8d770b3b76c4630852 (patch) | |
tree | 1f24e0b50f1545d6280db2d33532c08926579f10 /OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | |
parent | * took a stab at #54 (diff) | |
download | opensim-SC_OLD-bf8239c7faaf98ef51edfc8d770b3b76c4630852.zip opensim-SC_OLD-bf8239c7faaf98ef51edfc8d770b3b76c4630852.tar.gz opensim-SC_OLD-bf8239c7faaf98ef51edfc8d770b3b76c4630852.tar.bz2 opensim-SC_OLD-bf8239c7faaf98ef51edfc8d770b3b76c4630852.tar.xz |
* ApplyPhysics now creates the PhysActor as well.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs index c47a0fa..ce75e3a 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | |||
@@ -1681,7 +1681,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1681 | { | 1681 | { |
1682 | foreach(SceneObjectPart part in m_parts.Values ) | 1682 | foreach(SceneObjectPart part in m_parts.Values ) |
1683 | { | 1683 | { |
1684 | part.ApplyPhysics(); | 1684 | part.ApplyPhysics(); |
1685 | } | 1685 | } |
1686 | } | 1686 | } |
1687 | } | 1687 | } |