mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
reword warning to make it less confusing
This commit is contained in:
parent
1a49d51793
commit
1d5a30bdb0
@ -129,8 +129,8 @@ DynamicTextFont(const Filename &font_filename, int face_index) {
|
||||
<< *this << " has no default Unicode charmap.\n";
|
||||
if (_face->num_charmaps > 1) {
|
||||
text_cat.warning()
|
||||
<< "Choosing arbitrary charmap of " << _face->num_charmaps
|
||||
<< ".\n";
|
||||
<< "Arbitrarily choosing first of "
|
||||
<< _face->num_charmaps << " charmaps.\n";
|
||||
}
|
||||
FT_Set_Charmap(_face, _face->charmaps[0]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user