Fixed crash when no .sln as present

This commit is contained in:
Antoine Pilote
2024-02-01 11:17:36 -05:00
parent 81904cae0b
commit 6ebeb37baf
4 changed files with 34 additions and 71 deletions

View File

@@ -24,6 +24,8 @@ namespace Nuake {
const std::string m_NetDirectory = ".net";
const std::string m_ContextName = "NuakeEngineContext";
bool m_IsInitialized = false;
Coral::HostInstance* m_HostInstance;
Coral::AssemblyLoadContext m_LoadContext;