Last modules fixes
This commit is contained in:
@@ -23,11 +23,6 @@ namespace Ndk
|
||||
{
|
||||
NazaraAssert(s_application == nullptr, "You can create only one application instance per program");
|
||||
s_application = this;
|
||||
|
||||
Nz::ErrorFlags errFlags(Nz::ErrorFlag_ThrowException, true);
|
||||
|
||||
// Initialisation du SDK
|
||||
Sdk::Initialize();
|
||||
}
|
||||
|
||||
/*!
|
||||
@@ -42,9 +37,6 @@ namespace Ndk
|
||||
m_windows.clear();
|
||||
#endif
|
||||
|
||||
// Free of SDK
|
||||
Sdk::Uninitialize();
|
||||
|
||||
// Automatic free of modules
|
||||
s_application = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user