mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
performace
This commit is contained in:
@@ -7,9 +7,15 @@
|
||||
|
||||
struct FRotator
|
||||
{
|
||||
#ifdef ABOVE_S20
|
||||
double Pitch;
|
||||
double Yaw;
|
||||
double Roll;
|
||||
#else
|
||||
float Pitch;
|
||||
float Yaw;
|
||||
float Roll;
|
||||
#endif
|
||||
|
||||
FQuat Quaternion();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user