Skip to content

Commit ab90505

Browse files
committed
- Make DAE files properly import ready before handing them off to the rest of the system.
1 parent 36ec2b4 commit ab90505

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

xivModdingFramework/Models/FileTypes/Dae.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,8 @@ public TTModel ReadColladaFile(DirectoryInfo daeLocation, Action<bool, string> l
10191019
throw ex;
10201020
}
10211021

1022+
ModelModifiers.MakeImportReady(ttModel);
1023+
10221024
return ttModel;
10231025
}
10241026

0 commit comments

Comments
 (0)