mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-10-31 20:52:01 +00:00 
			
		
		
		
	Fix UB in remote input info
Yes i should have made this first no this wouldnt have happened with rust
This commit is contained in:
		| @@ -6,6 +6,13 @@ | ||||
| #include "eReplicaComponentType.h" | ||||
|  | ||||
| struct RemoteInputInfo { | ||||
| 	RemoteInputInfo() { | ||||
| 		m_RemoteInputX = 0; | ||||
| 		m_RemoteInputY = 0; | ||||
| 		m_IsPowersliding = false; | ||||
| 		m_IsModified = false; | ||||
| 	} | ||||
|  | ||||
| 	void operator=(const RemoteInputInfo& other) { | ||||
| 		m_RemoteInputX = other.m_RemoteInputX; | ||||
| 		m_RemoteInputY = other.m_RemoteInputY; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 David Markowitz
					David Markowitz