Update DLL Path

Update DLL Path
This commit is contained in:
ALEXTANG
2022-05-24 20:43:27 +08:00
parent 7b79b308d2
commit 0a737248fe
8 changed files with 21 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ public class TEngineUI : UIWindow
protected override void OnUpdate()
{
TEngineHotUpdate.GameLogicMain.Update();
//TEngineHotUpdate.GameLogicMain.Update();
TLogger.LogInfo("TEngineUI OnUpdate");
}