bindings bug fix 2

This commit is contained in:
ChancellorIkseew 2024-11-02 15:02:27 +10:00
parent 7763157cdc
commit 4a4e9e8330

View File

@ -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;