change cancel kill update flags

This commit is contained in:
UbitUmarov
2019-01-04 01:12:59 +00:00
parent d90b45f25e
commit dd5717f7ae

View File

@@ -609,7 +609,9 @@ namespace OpenSim.Framework
// we are on the new one
PrimUpdateFlags updateFlags = oldupdate.Flags;
if(m_flags.HasFlag(PrimUpdateFlags.CancelKill))
m_flags = PrimUpdateFlags.FullUpdate;
{
m_flags = PrimUpdateFlags.FullUpdatewithAnim;
}
else if(updateFlags.HasFlag(PrimUpdateFlags.Kill))
return;
else // kill case will just merge in