2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-04-23 06:43:36 +03:00

Fix wrong initialization values Resolves #822, Closes #823

This commit is contained in:
s1lentq 2021-03-23 16:47:06 +07:00
parent 77f004fdfc
commit b7a4f1e18a

View File

@ -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 =