Browse Source

换装特效

guodong 2 years ago
parent
commit
66a1ff50e8
1 changed files with 1 additions and 1 deletions
  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}";
         }