mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- Exhumed: Don't clear localInput
when copying to backend packet.
* Did this in 949e456018
.
* Exhumed works differently...
This commit is contained in:
parent
9833c94114
commit
5cfc528f5a
1 changed files with 0 additions and 1 deletions
|
@ -136,7 +136,6 @@ void GameInterface::GetInput(InputPacket* packet, ControlInfo* const hidInput)
|
|||
if (packet)
|
||||
{
|
||||
*packet = localInput;
|
||||
localInput = {};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue