Explorar o código

修复编译错误

tanghai %!s(int64=2) %!d(string=hai) anos
pai
achega
2f502a3761
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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)
             if (!UnityEngine.Application.isPlaying)
             {
             {
                 UnityEngine.Debug.Log(msg);
                 UnityEngine.Debug.Log(msg);
-                return
+                return;
             }
             }
 #endif
 #endif
             Logger.Instance.Info(msg);
             Logger.Instance.Info(msg);
@@ -58,7 +58,7 @@ namespace ET
             if (!UnityEngine.Application.isPlaying)
             if (!UnityEngine.Application.isPlaying)
             {
             {
                 UnityEngine.Debug.LogWarning(msg);
                 UnityEngine.Debug.LogWarning(msg);
-                return
+                return;
             }
             }
 #endif
 #endif
             Logger.Instance.Warning(msg);
             Logger.Instance.Warning(msg);