Skip to content

Commit

Permalink
font atlas: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Aug 19, 2023
1 parent bece383 commit 9b82f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FontAtlasProsessor.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ func (a *FontAtlas) rebuildFontAtlas() {
}

// Fall back if no font is added
if fonts.GetFontCount() == 0 {
if fonts.FontCount() == 0 {
fonts.AddFontDefault()
}
} else {
Expand Down

0 comments on commit 9b82f39

Please sign in to comment.