mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 19:02:21 +01:00
Dude 💀
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
#include "inc.h"
|
||||
|
||||
enum EForceInit
|
||||
{
|
||||
ForceInit,
|
||||
ForceInitToZero
|
||||
};
|
||||
|
||||
struct FVector
|
||||
{
|
||||
public:
|
||||
@@ -62,4 +68,10 @@ public:
|
||||
{
|
||||
*this = *this - A;
|
||||
}
|
||||
|
||||
explicit FORCEINLINE FVector(EForceInit)
|
||||
: X(0.0f), Y(0.0f), Z(0.0f)
|
||||
{
|
||||
// DiagnosticCheckNaN();
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user