Build fixes for android

This commit is contained in:
karlberg
2021-05-07 16:20:00 -07:00
parent d2df379fa4
commit 80f6dcd258
10 changed files with 36 additions and 35 deletions
+1 -1
View File
@@ -794,7 +794,7 @@ struct HWVSphere
radius = r;
}
ILINE HWVSphere(const Sphere& sp)
ILINE HWVSphere(const ::Sphere& sp)
{
center = HWVLoadVecUnaligned(&sp.center);
radius = SIMDFLoadFloat(sp.radius);