diff options
author | Teravus Ovares | 2007-12-12 18:03:37 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-12-12 18:03:37 +0000 |
commit | 5e6483f209966aaf1ad503627c73608cd7e59648 (patch) | |
tree | 8fc61f0532659783d14f8f7134b2cda3a237da75 /OpenSim/Region/Environment/Scenes/InnerScene.cs | |
parent | Thanks to Alondria for: Adding vector->string and rotation->string, (diff) | |
download | opensim-SC_OLD-5e6483f209966aaf1ad503627c73608cd7e59648.zip opensim-SC_OLD-5e6483f209966aaf1ad503627c73608cd7e59648.tar.gz opensim-SC_OLD-5e6483f209966aaf1ad503627c73608cd7e59648.tar.bz2 opensim-SC_OLD-5e6483f209966aaf1ad503627c73608cd7e59648.tar.xz |
* In our quest for sim heartbeat stats, we're a touch closer to accurate object count on sim stats.
* Fixed a rare, but possible NullReferenceException
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/InnerScene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/InnerScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/InnerScene.cs b/OpenSim/Region/Environment/Scenes/InnerScene.cs index 3fe9a7b..a7515f7 100644 --- a/OpenSim/Region/Environment/Scenes/InnerScene.cs +++ b/OpenSim/Region/Environment/Scenes/InnerScene.cs | |||
@@ -870,7 +870,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
870 | SceneObjectGroup copy = originPrim.Copy(AgentID, GroupID); | 870 | SceneObjectGroup copy = originPrim.Copy(AgentID, GroupID); |
871 | copy.AbsolutePosition = copy.AbsolutePosition + offset; | 871 | copy.AbsolutePosition = copy.AbsolutePosition + offset; |
872 | Entities.Add(copy.UUID, copy); | 872 | Entities.Add(copy.UUID, copy); |
873 | 873 | m_numPrim++; | |
874 | copy.ScheduleGroupForFullUpdate(); | 874 | copy.ScheduleGroupForFullUpdate(); |
875 | } | 875 | } |
876 | } | 876 | } |