mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
squad comms
squad comms, ltms now work less (this will return better in a later update), performance, fixed some versions, fixed vulnerabilities
This commit is contained in:
@@ -47,7 +47,7 @@ static FORCEINLINE void SinCos(float* ScalarSin, float* ScalarCos, float Value)
|
||||
*ScalarCos = sign * p;
|
||||
}
|
||||
|
||||
struct FQuat FRotator::Quaternion()
|
||||
struct FQuat FRotator::Quaternion() const
|
||||
{
|
||||
#if PLATFORM_ENABLE_VECTORINTRINSICS
|
||||
const VectorRegister Angles = MakeVectorRegister(Rotator.Pitch, Rotator.Yaw, Rotator.Roll, 0.0f);
|
||||
|
||||
Reference in New Issue
Block a user