mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-09 01:56:47 -05:00
hotfix: removed unnecessary 0 from d2fontglyph.unknown3 bytes list
This commit is contained in:
parent
318e4ac7e2
commit
a4f12f6ebe
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user