mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
fix s11 idk
This commit is contained in:
@@ -15,6 +15,6 @@ public:
|
||||
|
||||
bool operator==(const FWeakObjectPtr& other)
|
||||
{
|
||||
return ObjectIndex == other.ObjectIndex && ObjectSerialNumber == other.ObjectSerialNumber; // i need to check in ue if we check serialnumber
|
||||
return ObjectIndex == other.ObjectIndex && ObjectSerialNumber == other.ObjectSerialNumber;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user