need to process all mv flags for now

This commit is contained in:
UbitUmarov
2022-04-16 03:30:46 +01:00
parent b8e0aaa7b3
commit 1bf5ccedec
3 changed files with 6 additions and 6 deletions

View File

@@ -2751,8 +2751,8 @@ namespace OpenSim.Region.Framework.Scenes
{
DCFlagKeyPressed = true;
MovementFlag |= currflags;
update_movementflag |= (currflags ^ oldflags) != 0;
//update_movementflag |= currflags != 0;
//update_movementflag |= (currflags ^ oldflags) != 0;
update_movementflag = true;
if ((currflags & CONTROL_FLAG_NUDGE_MASK) != 0)
{