_maybe prog, trying static linking

This commit is contained in:
2026-03-02 23:39:36 +02:00
parent 1ab600b020
commit 60cdcbcba6
10 changed files with 167 additions and 30 deletions

View File

@@ -47,7 +47,6 @@ void MCore::UnloadDomain(const StringAnsi& domainName)
bool MCore::LoadEngine()
{
LOG(Info, "None MCore::LoadEngine");
MRootDomain = New<MDomain>("Root");
MDomains.Add(MRootDomain);
return false;