change cancel kill update flags
parent
d90b45f25e
commit
dd5717f7ae
|
@ -609,7 +609,9 @@ namespace OpenSim.Framework
|
||||||
// we are on the new one
|
// we are on the new one
|
||||||
PrimUpdateFlags updateFlags = oldupdate.Flags;
|
PrimUpdateFlags updateFlags = oldupdate.Flags;
|
||||||
if(m_flags.HasFlag(PrimUpdateFlags.CancelKill))
|
if(m_flags.HasFlag(PrimUpdateFlags.CancelKill))
|
||||||
m_flags = PrimUpdateFlags.FullUpdate;
|
{
|
||||||
|
m_flags = PrimUpdateFlags.FullUpdatewithAnim;
|
||||||
|
}
|
||||||
else if(updateFlags.HasFlag(PrimUpdateFlags.Kill))
|
else if(updateFlags.HasFlag(PrimUpdateFlags.Kill))
|
||||||
return;
|
return;
|
||||||
else // kill case will just merge in
|
else // kill case will just merge in
|
||||||
|
|
Loading…
Reference in New Issue