App::I static singleton to pointer

This commit is contained in:
2019-07-11 18:08:17 +02:00
parent 92dd00d910
commit b89274e7a6
33 changed files with 417 additions and 412 deletions

View File

@@ -22,7 +22,7 @@ void async_unlock();
void destroy_window();
#endif
App App::I; // singleton
App* App::I = nullptr; // singleton
void App::create()
{