فهرست منبع

修复编译错误

tanghai 2 سال پیش
والد
کامیت
2f502a3761
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Unity/Assets/Scripts/Core/Module/Log/Log.cs

+ 2 - 2
Unity/Assets/Scripts/Core/Module/Log/Log.cs

@@ -34,7 +34,7 @@ namespace ET
             if (!UnityEngine.Application.isPlaying)
             {
                 UnityEngine.Debug.Log(msg);
-                return
+                return;
             }
 #endif
             Logger.Instance.Info(msg);
@@ -58,7 +58,7 @@ namespace ET
             if (!UnityEngine.Application.isPlaying)
             {
                 UnityEngine.Debug.LogWarning(msg);
-                return
+                return;
             }
 #endif
             Logger.Instance.Warning(msg);