diff --git a/FinModelUtility/Formats/JSystem/JSystem/src/Exporter/BmdGxTexture.cs b/FinModelUtility/Formats/JSystem/JSystem/src/Exporter/BmdGxTexture.cs index 20d62fe86..55cd74012 100644 --- a/FinModelUtility/Formats/JSystem/JSystem/src/Exporter/BmdGxTexture.cs +++ b/FinModelUtility/Formats/JSystem/JSystem/src/Exporter/BmdGxTexture.cs @@ -11,7 +11,6 @@ using gx; -using jsystem.schema.j3dgraph.bmd.tex1; using jsystem.schema.jutility.bti; using SixLabors.ImageSharp.PixelFormats; diff --git a/FinModelUtility/Formats/JSystem/JSystem/src/schema/j3dgraph/bmd/tex1/Tex1.cs b/FinModelUtility/Formats/JSystem/JSystem/src/schema/j3dgraph/bmd/tex1/Tex1.cs index 6612bd61c..4c0c76b75 100644 --- a/FinModelUtility/Formats/JSystem/JSystem/src/schema/j3dgraph/bmd/tex1/Tex1.cs +++ b/FinModelUtility/Formats/JSystem/JSystem/src/schema/j3dgraph/bmd/tex1/Tex1.cs @@ -1,5 +1,7 @@ using fin.schema.data; +using jsystem.schema.jutility.bti; + using schema.binary; using schema.binary.attributes; @@ -29,7 +31,7 @@ public partial class Tex1Data : IBinaryConvertible { [RSequenceLengthSource(nameof(textureCount_))] [RAtPosition(nameof(textureHeaderOffset_))] - public TextureEntry[] TextureHeaders; + public Bti[] TextureHeaders; [RAtPosition(nameof(stringTableOffset_))] public readonly StringTable StringTable = new(); diff --git a/FinModelUtility/Formats/JSystem/JSystem/src/schema/j3dgraph/bmd/tex1/TextureEntry.cs b/FinModelUtility/Formats/JSystem/JSystem/src/schema/j3dgraph/bmd/tex1/TextureEntry.cs deleted file mode 100644 index c6d55f72f..000000000 --- a/FinModelUtility/Formats/JSystem/JSystem/src/schema/j3dgraph/bmd/tex1/TextureEntry.cs +++ /dev/null @@ -1,5 +0,0 @@ -using jsystem.schema.jutility.bti; - -namespace jsystem.schema.j3dgraph.bmd.tex1 { - public class TextureEntry : Bti { } -} \ No newline at end of file