Explorar o código

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

zhaoyang %!s(int64=2) %!d(string=hai) anos
pai
achega
7c7fd5da7f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Utils/ResPathUtil.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Utils/ResPathUtil.cs

@@ -135,7 +135,7 @@ namespace GFGGame
         {
             if(inAniDir)
             {
-                return $"{GetDressUpEffectDirPath(res)}/{res}2.{extName}";
+                return $"{GetDressUpEffectDirPath(res)}/{res}_2.{extName}";
             }
             return $"{GetDressUpEffectDirPath(res)}/{res}.{extName}";
         }