mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -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,
|
TextFont *font, GeomNode *dest,
|
||||||
Geom *geom_array[], int &num_geoms) {
|
Geom *geom_array[], int &num_geoms) {
|
||||||
|
|
||||||
TextGlyph *accent_glyph;
|
const TextGlyph *accent_glyph;
|
||||||
if (font->get_glyph(accent_mark, accent_glyph)) {
|
if (font->get_glyph(accent_mark, accent_glyph)) {
|
||||||
PT(Geom) accent_geom = accent_glyph->get_geom();
|
PT(Geom) accent_geom = accent_glyph->get_geom();
|
||||||
if (accent_geom != (Geom *)NULL) {
|
if (accent_geom != (Geom *)NULL) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user