mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-09-17 15:27:25 +02:00
Un-hardcode all CHostState dependencies
The SDK now works on executables with ASLR enabled. !TODO: Dedicated.
This commit is contained in:
@@ -303,6 +303,11 @@ public:
|
||||
x = X; y = Y; z = Z;
|
||||
}
|
||||
|
||||
inline void Init(float ix = 0.0f, float iy = 0.0f, float iz = 0.0f)
|
||||
{
|
||||
x = ix; y = iy; z = iz;
|
||||
}
|
||||
|
||||
inline void Clear()
|
||||
{
|
||||
x = y = z = 0.0f;
|
||||
|
Reference in New Issue
Block a user