stabalized native EditorPresence

This commit is contained in:
2023-12-18 19:47:32 +01:00
parent 3f58da00ad
commit f5560593d0
6 changed files with 8 additions and 6 deletions

View File

@@ -15,6 +15,8 @@ EditorPresence::EditorPresence()
EditorPresence::~EditorPresence()
{
singleton = nullptr;
delete core; // couldn't use destructor because it would not compile on linux
core = nullptr;
}
EditorPresence *EditorPresence::get_singleton()
{