diff --git a/panda/src/text/textAssembler.cxx b/panda/src/text/textAssembler.cxx index 073cef46d8..6b6de230c7 100644 --- a/panda/src/text/textAssembler.cxx +++ b/panda/src/text/textAssembler.cxx @@ -1432,7 +1432,7 @@ get_character_glyphs(int character, const TextProperties *properties, int &additional_flags, float &glyph_scale, float &advance_scale) { TextFont *font = properties->get_font(); - nassertv(font != (TextFont *)NULL); + nassertv_always(font != (TextFont *)NULL); got_glyph = false; glyph = NULL;