diff options
author | BlueWall | 2015-04-27 15:46:09 -0500 |
---|---|---|
committer | BlueWall | 2015-04-27 15:46:09 -0500 |
commit | d80230adcdd26a7f512355df256cc5c9c5e3d0e6 (patch) | |
tree | a2d6eb30090cc60929b56060f227729e135c33e9 | |
parent | Fix the click to buy prim dialog not being displayed with alpha viewers after... (diff) | |
download | opensim-SC-d80230adcdd26a7f512355df256cc5c9c5e3d0e6.zip opensim-SC-d80230adcdd26a7f512355df256cc5c9c5e3d0e6.tar.gz opensim-SC-d80230adcdd26a7f512355df256cc5c9c5e3d0e6.tar.bz2 opensim-SC-d80230adcdd26a7f512355df256cc5c9c5e3d0e6.tar.xz |
Revert "Fix the click to buy prim dialog not being displayed with alpha viewers after recent changes to viewer code by LL."
See: http://opensimulator.org/mantis/view.php?id=7426#c28089
Reverting this commit due to unwanted effects.
-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 855342f..311dd31 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,true)); | 4468 | m_entityProps.Enqueue(priority, new ObjectPropertyUpdate(entity,requestFlags,true,false)); |
4469 | } | 4469 | } |
4470 | 4470 | ||
4471 | private void ResendPropertyUpdate(ObjectPropertyUpdate update) | 4471 | private void ResendPropertyUpdate(ObjectPropertyUpdate update) |