bug fix (#549)
* fix: pause menu on hudVisible=false * add missing property * reset controls fix
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user