Fix InputMap and display server not nulling singleton on free
This commit is contained in:
parent
55a20129d6
commit
d186862338
3 changed files with 6 additions and 0 deletions
|
|
@ -605,4 +605,5 @@ DisplayServer::DisplayServer() {
|
|||
}
|
||||
|
||||
DisplayServer::~DisplayServer() {
|
||||
singleton = nullptr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue