Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Copy-paste to fix previous copy-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
hexstr committed Apr 26, 2020
1 parent 25eed5d commit e77a6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FGOAssetsModifyTool/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ static void displayMenu()
else if(!tmp[4].Contains("Movie"))
{
assetName = tmp[tmp.Length - 1].Replace('/', '@') + ".unity3d";
fileName = CatAndMouseGame.GetMD5String(assetName);
fileName = CatAndMouseGame.getShaName(assetName);
AssetArray.Add(new JObject(new JProperty("assetName", assetName), new JProperty("fileName", fileName)));
}
}
Expand Down

0 comments on commit e77a6e3

Please sign in to comment.