From 4a4e9e83307deca364332176e43006e903a1046e Mon Sep 17 00:00:00 2001 From: ChancellorIkseew Date: Sat, 2 Nov 2024 15:02:27 +1000 Subject: [PATCH] bindings bug fix 2 --- src/window/Events.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/window/Events.cpp b/src/window/Events.cpp index 4db271be..f63431cf 100644 --- a/src/window/Events.cpp +++ b/src/window/Events.cpp @@ -79,6 +79,7 @@ void Events::pollEvents() { for (auto& entry : bindings) { auto& binding = entry.second; if (!binding.enable) { + binding.state = false; continue; } binding.justChange = false;