update libomv with vector2 and 3 IsZero()

This commit is contained in:
UbitUmarov
2022-01-09 23:52:42 +00:00
parent 94adb4f86e
commit dd846ffc6c
11 changed files with 14 additions and 17 deletions

View File

@@ -273,7 +273,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
public void AddVector3(Vector3 v)
{
if (v == Vector3.Zero)
if (v.IsZero())
AddZeros(12);
else
{