diff --git a/IndustrialPark/ArchiveEditor/ArchiveEditorFunctions_Textures.cs b/IndustrialPark/ArchiveEditor/ArchiveEditorFunctions_Textures.cs index dfc6cc22..4f1efa89 100644 --- a/IndustrialPark/ArchiveEditor/ArchiveEditorFunctions_Textures.cs +++ b/IndustrialPark/ArchiveEditor/ArchiveEditorFunctions_Textures.cs @@ -99,6 +99,9 @@ public void ExportTextureDictionary(string fileName, CheckState RW3) } else if (name.EndsWith(".RW3")) tn.textureNativeStruct.textureName = name.Substring(0, name.Length - 4); + else + tn.textureNativeStruct.textureName = name; + textNativeList.Add(tn); } }