Guard another nullref
parent
0e9dda91cb
commit
6ab5ca2bda
|
@ -106,7 +106,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
g.ScheduleFullUpdateToAvatar(m_presence);
|
||||
}
|
||||
|
||||
while (m_partsUpdateQueue.Count != null && m_partsUpdateQueue.Count > 0)
|
||||
while (m_partsUpdateQueue != null && m_partsUpdateQueue.Count != null && m_partsUpdateQueue.Count > 0)
|
||||
{
|
||||
SceneObjectPart part = m_partsUpdateQueue.Dequeue();
|
||||
|
||||
|
|
Loading…
Reference in New Issue