mirror of
https://github.com/rehlds/rehlds.git
synced 2025-04-23 14:53:30 +03:00
parent
77f004fdfc
commit
b7a4f1e18a
@ -46,12 +46,12 @@ const avec4_t deg2rad =
|
|||||||
(float)M_PI / 180.f
|
(float)M_PI / 180.f
|
||||||
};
|
};
|
||||||
|
|
||||||
const aivec4_t negmask[4] =
|
const aivec4_t negmask =
|
||||||
{
|
{
|
||||||
{0x80000000},
|
0x80000000,
|
||||||
{0x80000000},
|
0x80000000,
|
||||||
{0x80000000},
|
0x80000000,
|
||||||
{0x80000000}
|
0x80000000
|
||||||
};
|
};
|
||||||
|
|
||||||
const aivec4_t negmask_1001 =
|
const aivec4_t negmask_1001 =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user