Skip to content

Commit 33aadbe

Browse files
committed
Remove debug code
1 parent 3067abd commit 33aadbe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

xivModdingFramework/Models/Helpers/ModelModifiers.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,9 +1746,6 @@ public static async Task CalculateTangents(TTModel model, Action<bool, string> l
17461746
}
17471747
if (model == null) return;
17481748

1749-
// DEBUG ASDF
1750-
forceRecalculation = true;
1751-
17521749

17531750
var anyMissingData = AnyMissingTangentData(model);
17541751
if (!anyMissingData && !forceRecalculation)

0 commit comments

Comments
 (0)