bindings bug fix 2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user