Merge pull request #50375 from Paulb23/code_edit_unit_tests
This commit is contained in:
commit
70ba366743
11 changed files with 1166 additions and 6 deletions
|
|
@ -746,3 +746,7 @@ InputMap::InputMap() {
|
|||
ERR_FAIL_COND_MSG(singleton, "Singleton in InputMap already exist.");
|
||||
singleton = this;
|
||||
}
|
||||
|
||||
InputMap::~InputMap() {
|
||||
singleton = nullptr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue