DemoFighterWithNetcode
DemoFighterWithNetcode copied to clipboard
inputDelay unused in InputSystem
You're setting
https://github.com/rcmagic/DemoFighterWithNetcode/blob/154b03af9b35e3cef970f96fb7858a212bf756a8/game/main.lua#L456
But in InputSystem, inputDelay is not used.
Why not using NET_INPUT_DELAY everywhere?