PhysX
PhysX copied to clipboard
Fixed compiler errors on Xcode 14.3
With Xcode 14.3, they decided to make things spicy and waste people's time. Building following the instruction yields errors because of & being used on boolean operators, which used to not be a warning (or maybe be a lighter one? I don't know). I changed them to && to make them happy and it builds now.