Skip to content

Commit

Permalink
Update EntityView.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaDesigns committed Feb 17, 2024
1 parent b304198 commit 3bf1b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Charm/EntityView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public static void ExportInventoryItem(ApiItem item)

foreach (var dye in dyes)
{
dye.Value.ExportTextures($"{savePath}/Textures/", config.GetOutputTextureFormat());
dye.Value.ExportTextures($"{savePath}/Textures/DetailTextures/", config.GetOutputTextureFormat());
}

AutomatedExporter.SaveBlenderApiFile(savePath, itemName,
Expand Down

0 comments on commit 3bf1b7d

Please sign in to comment.