mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
compile prob
This commit is contained in:
parent
41876b5829
commit
19653fb0cc
@ -1483,7 +1483,7 @@ tack_on_accent(char accent_mark, TextNode::CheesyPlacement placement,
|
||||
TextFont *font, GeomNode *dest,
|
||||
Geom *geom_array[], int &num_geoms) {
|
||||
|
||||
TextGlyph *accent_glyph;
|
||||
const TextGlyph *accent_glyph;
|
||||
if (font->get_glyph(accent_mark, accent_glyph)) {
|
||||
PT(Geom) accent_geom = accent_glyph->get_geom();
|
||||
if (accent_geom != (Geom *)NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user