diff options
author | BlueWall | 2015-04-28 09:36:56 -0500 |
---|---|---|
committer | BlueWall | 2015-04-28 09:36:56 -0500 |
commit | 38459104eb7d3484d17bc764c500fb9f4026c49a (patch) | |
tree | daa1b86600e37ed93edc78cabd261b8038e82ee9 /OpenSim/Region | |
parent | Revert "Fix the click to buy prim dialog not being displayed with alpha viewe... (diff) | |
download | opensim-SC_OLD-38459104eb7d3484d17bc764c500fb9f4026c49a.zip opensim-SC_OLD-38459104eb7d3484d17bc764c500fb9f4026c49a.tar.gz opensim-SC_OLD-38459104eb7d3484d17bc764c500fb9f4026c49a.tar.bz2 opensim-SC_OLD-38459104eb7d3484d17bc764c500fb9f4026c49a.tar.xz |
Revert "Revert "Fix the click to buy prim dialog not being displayed with alpha viewers after recent changes to viewer code by LL.""
This brings back the fix for recent viewer click to buy prim dialog which was reverted after some reports of objects being altered when touched.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 311dd31..855342f 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -4465,7 +4465,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4465 | { | 4465 | { |
4466 | uint priority = 0; // time based ordering only | 4466 | uint priority = 0; // time based ordering only |
4467 | lock (m_entityProps.SyncRoot) | 4467 | lock (m_entityProps.SyncRoot) |
4468 | m_entityProps.Enqueue(priority, new ObjectPropertyUpdate(entity,requestFlags,true,false)); | 4468 | m_entityProps.Enqueue(priority, new ObjectPropertyUpdate(entity,requestFlags,true,true)); |
4469 | } | 4469 | } |
4470 | 4470 | ||
4471 | private void ResendPropertyUpdate(ObjectPropertyUpdate update) | 4471 | private void ResendPropertyUpdate(ObjectPropertyUpdate update) |