Skip to content

Commit 30a45fc

Browse files
committed
Documentation update
1 parent bad88cd commit 30a45fc

File tree

1 file changed

+2
-2
lines changed
  • xivModdingFramework/Models/FileTypes

1 file changed

+2
-2
lines changed

xivModdingFramework/Models/FileTypes/Mdl.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1974,8 +1974,8 @@ private async Task<string> RunExternalImporter(string importerName, string fileP
19741974
/// Import a given model
19751975
/// </summary>
19761976
/// <param name="item">The current item being imported</param>
1977-
/// <param name="currentMdl">The current (modified or unmodified) mdl for the item.</param>
1978-
/// <param name="fileLocation">The location of the dae file to import</param>
1977+
/// <param name="race">The racial model to replace of the item</param>
1978+
/// <param name="path">The location of the dae file to import</param>
19791979
/// <param name="source">The source/application that is writing to the dat.</param>
19801980
/// <param name="intermediaryFunction">Function to call after populating the TTModel but before converting it to a Mdl.
19811981
/// Takes in the new TTModel we're importing, and the old model we're overwriting.

0 commit comments

Comments
 (0)