Skip to content

Commit 65b46b2

Browse files
committed
Bugfix for racial scaling debug code.
1 parent 0638278 commit 65b46b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xivModdingFramework/Models/Helpers/ModelModifiers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ public static void ApplyRacialDeform(TTModel model, XivRace targetRace, Action<b
729729

730730

731731
Dictionary<string, Matrix> deformations, decomposed, recalculated;
732-
Mdl.GetDeformationMatrices(XivRace.Miqote_Female, out deformations, out decomposed, out recalculated);
732+
Mdl.GetDeformationMatrices(targetRace, out deformations, out decomposed, out recalculated);
733733

734734
// Now we're ready to animate...
735735

0 commit comments

Comments
 (0)