bindings bug fix 2
This commit is contained in:
@@ -79,6 +79,7 @@ void Events::pollEvents() {
|
|||||||
for (auto& entry : bindings) {
|
for (auto& entry : bindings) {
|
||||||
auto& binding = entry.second;
|
auto& binding = entry.second;
|
||||||
if (!binding.enable) {
|
if (!binding.enable) {
|
||||||
|
binding.state = false;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
binding.justChange = false;
|
binding.justChange = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user