diff --git a/.vs/Toolbox/v15/.suo b/.vs/Toolbox/v15/.suo index 8b297242..c9cb10e6 100644 Binary files a/.vs/Toolbox/v15/.suo and b/.vs/Toolbox/v15/.suo differ diff --git a/File_Format_Library/FileFormats/Font/BFFNT.cs b/File_Format_Library/FileFormats/Font/BFFNT.cs index 798b56bc..da2da814 100644 --- a/File_Format_Library/FileFormats/Font/BFFNT.cs +++ b/File_Format_Library/FileFormats/Font/BFFNT.cs @@ -388,7 +388,7 @@ namespace FirstPlugin TextureTGLP.SheetWidth = (ushort)ftex.texture.Width; TextureTGLP.SheetDataList[SheetIndex] = ftex.texture.Data; Format = ftex.Format; - Width = ftex.texture.Height; + Width = ftex.texture.Width; Height = ftex.texture.Height; UpdateEditor();