mantis 9103: update libBulletsim for macs (unversal dylib). Thanks Cuga

This commit is contained in:
UbitUmarov 2023-12-05 18:57:57 +00:00
parent cbdcf3b4a0
commit 738e7894b1
2 changed files with 3 additions and 2 deletions

View File

@ -177,8 +177,9 @@ namespace OpenSim.Region.Framework.Scenes
if(!sog.IsDeleted)
{
PrimUpdateFlags update = sog.RootPart.Shape.MeshFlagEntry ?
PrimUpdateFlags.FullUpdatewithAnim | PrimUpdateFlags.MaterialOvr :
PrimUpdateFlags.FullUpdatewithMatOvr;
PrimUpdateFlags.FullUpdatewithAnim : PrimUpdateFlags.FullUpdate;
if(part.Shape.RenderMaterials is not null)
update |= PrimUpdateFlags.MaterialOvr;
part.SendUpdate(remoteClient, update);
}
}

Binary file not shown.