diff options
Diffstat (limited to 'src/text.cc')
| -rw-r--r-- | src/text.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/text.cc b/src/text.cc index fc67626..0a48d6c 100644 --- a/src/text.cc +++ b/src/text.cc @@ -81,6 +81,7 @@ enum font_error_e wayc_font_init(struct font_s* font, enum font_error_e wayc_font_lookup(struct font_s* font, struct atlas_s* atlas, codepoint_t codepoint, struct glyph_s* out) { wayc_notnull(font); + wayc_notnull(atlas); wayc_notnull(out); FT_Face face = font->face; |
