mirror of
https://github.com/4sval/FModel.git
synced 2026-04-22 01:27:43 -05:00
Fixed CID_716_Athena_Commando_M_BlueFlames icon.
This commit is contained in:
parent
d005c0bf07
commit
56c18c9d97
|
|
@ -91,6 +91,10 @@ namespace FModel.Methods.Assets.IconCreator
|
|||
|
||||
if (assetPathName != null)
|
||||
{
|
||||
// CID_716_Athena_Commando_M_BlueFlames
|
||||
if (smallPreviewImage != null && assetPathName.Value<string>().Equals("/Game/UI/Foundation/Textures/Icons/Heroes/Athena/Soldier/T-Soldier-HID-716-Athena-Commando-M-BlueFlames-L.T-Soldier-HID-716-Athena-Commando-M-BlueFlames-L"))
|
||||
assetPathName = smallPreviewImage["tag_data"]["asset_path_name"];
|
||||
|
||||
string texturePath = FoldersUtility.FixFortnitePath(assetPathName.Value<string>());
|
||||
using (Stream image = AssetsUtility.GetStreamImageFromPath(texturePath))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user