bindings bug fix 2
This commit is contained in:
parent
7763157cdc
commit
4a4e9e8330
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user