removed explicit CleanUp() from systems, automatic cleanup everywhere
This commit is contained in:
@@ -44,12 +44,4 @@ namespace wiInitializer
|
||||
{
|
||||
return initializationStarted && !wiJobSystem::IsBusy(ctx);
|
||||
}
|
||||
|
||||
void CleanUp()
|
||||
{
|
||||
wiFont::CleanUp();
|
||||
wiAudio::CleanUp();
|
||||
wiNetwork::CleanUp();
|
||||
wiPhysicsEngine::CleanUp();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user