aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP
diff options
context:
space:
mode:
authoronefang2019-06-04 00:50:59 +1000
committeronefang2019-06-04 00:50:59 +1000
commitcdb1851f438349a8721c0d9cef54837d0b302189 (patch)
tree1a1c7255ac4343ecf44bdd5387903f467a6b7626 /OpenSim/Region/ClientStack/Linden/UDP
parentAdjust [AuthorizationService] sections to use the new DefaultRegionAccess. (diff)
downloadopensim-SC_OLD-cdb1851f438349a8721c0d9cef54837d0b302189.zip
opensim-SC_OLD-cdb1851f438349a8721c0d9cef54837d0b302189.tar.gz
opensim-SC_OLD-cdb1851f438349a8721c0d9cef54837d0b302189.tar.bz2
opensim-SC_OLD-cdb1851f438349a8721c0d9cef54837d0b302189.tar.xz
Warnings--
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 2ff6ced..edd22a8 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -335,7 +335,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
335 private readonly byte[] m_channelVersion = Utils.EmptyBytes; 335 private readonly byte[] m_channelVersion = Utils.EmptyBytes;
336 private readonly IGroupsModule m_GroupsModule; 336 private readonly IGroupsModule m_GroupsModule;
337 337
338 private int m_cachedTextureSerial; 338// private int m_cachedTextureSerial;
339 private PriorityQueue m_entityUpdates; 339 private PriorityQueue m_entityUpdates;
340 private PriorityQueue m_entityProps; 340 private PriorityQueue m_entityProps;
341 private Prioritizer m_prioritizer; 341 private Prioritizer m_prioritizer;
@@ -344,7 +344,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
344 // needs optimazation 344 // needs optimazation
345 private HashSet<SceneObjectGroup> GroupsInView = new HashSet<SceneObjectGroup>(); 345 private HashSet<SceneObjectGroup> GroupsInView = new HashSet<SceneObjectGroup>();
346 346
347 private bool m_VelocityInterpolate = false; 347// private bool m_VelocityInterpolate = false;
348 private const uint MaxTransferBytesPerPacket = 600; 348 private const uint MaxTransferBytesPerPacket = 600;
349 349
350 /// <value> 350 /// <value>
@@ -6660,7 +6660,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
6660 p.AgentData.AgentID != AgentId) 6660 p.AgentData.AgentID != AgentId)
6661 return true; 6661 return true;
6662 6662
6663 m_VelocityInterpolate = false; 6663// m_VelocityInterpolate = false;
6664 return true; 6664 return true;
6665 } 6665 }
6666 6666
@@ -6671,7 +6671,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
6671 p.AgentData.AgentID != AgentId) 6671 p.AgentData.AgentID != AgentId)
6672 return true; 6672 return true;
6673 6673
6674 m_VelocityInterpolate = true; 6674// m_VelocityInterpolate = true;
6675 return true; 6675 return true;
6676 } 6676 }
6677 6677