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.
inv-download
BlueWall 2015-04-28 09:36:56 -05:00
parent d80230adcd
commit 38459104eb
1 changed files with 1 additions and 1 deletions

View File

@ -4465,7 +4465,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
{
uint priority = 0; // time based ordering only
lock (m_entityProps.SyncRoot)
m_entityProps.Enqueue(priority, new ObjectPropertyUpdate(entity,requestFlags,true,false));
m_entityProps.Enqueue(priority, new ObjectPropertyUpdate(entity,requestFlags,true,true));
}
private void ResendPropertyUpdate(ObjectPropertyUpdate update)