* fix: pause menu on hudVisible=false

* add missing property

* reset controls fix
This commit is contained in:
clasher113
2025-07-14 18:45:47 +03:00
committed by GitHub
parent 6ab48fda93
commit 49727ec026
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ public:
}
void rebind(const std::string& name, InputType type, int code) {
require(name) = Binding(type, code);
require(name).reset(type, code);
}
auto& getAll() {