do not reset SentTPBR state

This commit is contained in:
UbitUmarov
2024-06-14 21:59:56 +01:00
parent ed455616f7
commit 58f74dceb3

View File

@@ -13475,6 +13475,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
}
}
}
ret |= (uint)(ViewerFlags & (ViewerFlags.SentTPBR));
ViewerFlags = (ViewerFlags)ret;
return ret;
}