]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Fix bug where +binds could get latched at low FPS
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 12 Nov 2023 12:33:10 +0000 (22:33 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 12 Nov 2023 12:33:10 +0000 (22:33 +1000)
commit1777de7aa1438b737ee71d20fb9fe6b8c32fafce
tree22591b39ff8bbdc2327d12ab9b66d1e7b8820307
parentaba8f3439c072d627041e57ab96e4e88d877774c
Fix bug where +binds could get latched at low FPS

This was introduced in 6b21c467a83808e3becf61afe7b67a88f870b502 which
didn't ensure the -bind would be executed after the +bind when the
keydown and keyup events are processed in the same frame.

Fixes https://github.com/DarkPlacesEngine/darkplaces/issues/106

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
keys.c