mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Fix merge issues
This commit is contained in:
@@ -1348,15 +1348,12 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (m_frame % m_update_presences == 0)
|
||||
m_sceneGraph.UpdatePresences();
|
||||
|
||||
<<<<<<< HEAD:OpenSim/Region/Framework/Scenes/Scene.cs
|
||||
// Update SceneObjectGroups that have scheduled themselves for updates
|
||||
// Objects queue their updates onto all scene presences
|
||||
if (m_frame % m_update_objects == 0)
|
||||
m_sceneGraph.UpdateObjectGroups();
|
||||
|
||||
=======
|
||||
// Coarse locations relate to positions of green dots on the mini-map (on a SecondLife client)
|
||||
>>>>>>> master:OpenSim/Region/Framework/Scenes/Scene.cs
|
||||
if (m_frame % m_update_coarse_locations == 0)
|
||||
{
|
||||
List<Vector3> coarseLocations;
|
||||
|
||||
@@ -4330,8 +4330,8 @@ if (m_animator.m_jumping) force.Z = m_animator.m_jumpVelocity; // add for ju
|
||||
}
|
||||
|
||||
m_log.InfoFormat(
|
||||
"[ATTACHMENT]: Rezzed attachment in point {0} from item {1} and asset {2} ({3})",
|
||||
p, itemID, assetID, asset);
|
||||
"[ATTACHMENT]: Rezzed attachment in point {0} from item {1} and asset {3}",
|
||||
p, itemID, asset);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user