logging: Address some issues

This commit is contained in:
GPUCode
2023-07-03 02:18:35 +03:00
parent 9c3e2d0f50
commit ba98bf058a
11 changed files with 19 additions and 34 deletions
-1
View File
@@ -330,7 +330,6 @@ int main(int argc, char** argv) {
return -1;
}
Core::System::InitializeGlobalInstance();
auto& system = Core::System::GetInstance();
auto& movie = Core::Movie::GetInstance();