Fix InputMap and display server not nulling singleton on free

This commit is contained in:
Paulb23 2021-07-11 14:26:18 +01:00
parent 55a20129d6
commit d186862338
3 changed files with 6 additions and 0 deletions

View file

@ -605,4 +605,5 @@ DisplayServer::DisplayServer() {
}
DisplayServer::~DisplayServer() {
singleton = nullptr;
}