more aggressive fix attempt for crash

This commit is contained in:
David Rose 2008-10-03 20:52:56 +00:00
parent 4beba6ca6f
commit dffead0964
1 changed files with 1 additions and 1 deletions

View File

@ -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;