mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update ProcedureLoadAssembly.cs
This commit is contained in:
@@ -120,7 +120,7 @@ namespace GameMain
|
||||
Log.Fatal($"Main logic assembly missing.");
|
||||
return;
|
||||
}
|
||||
var appType = m_MainLogicAssembly.GetType("GameMain");
|
||||
var appType = m_MainLogicAssembly.GetType("GameApp");
|
||||
if (appType == null)
|
||||
{
|
||||
Log.Fatal($"Main logic type 'GameMain' missing.");
|
||||
|
Reference in New Issue
Block a user