Minor changes in ui/system.cpp

This commit is contained in:
David Capello 2018-05-24 13:11:52 -03:00
parent 40968891f2
commit a845b098d9

View File

@ -172,9 +172,9 @@ static void update_mouse_cursor()
}
}
// static
static UISystem* g_instance = nullptr;
// static
UISystem* UISystem::instance()
{
return g_instance;