diff --git a/d2common/d2fileformats/d2font/d2fontglyph/font_glyph.go b/d2common/d2fileformats/d2font/d2fontglyph/font_glyph.go index 0f6df70b..11eda03e 100644 --- a/d2common/d2fileformats/d2font/d2fontglyph/font_glyph.go +++ b/d2common/d2fileformats/d2font/d2fontglyph/font_glyph.go @@ -8,7 +8,7 @@ func Create(frame, width, height int) *FontGlyph { result := &FontGlyph{ unknown1: []byte{0}, unknown2: []byte{1, 0, 0}, - unknown3: []byte{0, 0, 0, 0, 0}, + unknown3: []byte{0, 0, 0, 0}, frame: frame, width: width, height: height,