App::I static singleton to pointer
This commit is contained in:
@@ -22,7 +22,7 @@ void async_unlock();
|
||||
void destroy_window();
|
||||
#endif
|
||||
|
||||
App App::I; // singleton
|
||||
App* App::I = nullptr; // singleton
|
||||
|
||||
void App::create()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user