Skip to content

Commit

Permalink
Update for SoulsConvert logic for Flver converters
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowth117 committed Sep 22, 2023
1 parent e09906c commit dcffbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AquaModelLibrary/Extra/SoulsConvert.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ public static AquaObject FlverToAqua(IFlver flver, out AquaNode aqn, bool useMet
var flverMat = flver.Materials[mesh.MaterialIndex];
if (applyMaterialNamesToMesh)
{
aqp.meshNames.Add($"{flverMat.Name}|{Path.GetFileName(flverMat.MTD)}_mesh{i}");
aqp.meshNames.Add($"{flverMat.Name}|{Path.GetFileName(flverMat.MTD)}|mesh{i}");
}
if (useMetaData)
{
Expand Down

0 comments on commit dcffbc5

Please sign in to comment.