change cancel kill update flags

0.9.1.0-post-fixes
UbitUmarov 2019-01-04 01:12:59 +00:00
parent d90b45f25e
commit dd5717f7ae
1 changed files with 3 additions and 1 deletions

View File

@ -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