mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
update to use TextNode::Alignment
This commit is contained in:
parent
e914c4f508
commit
9b6e7fe8dc
@ -676,7 +676,7 @@ get_text_node() {
|
|||||||
|
|
||||||
// The default TextNode is aligned to the left, for the
|
// The default TextNode is aligned to the left, for the
|
||||||
// convenience of PGEntry.
|
// convenience of PGEntry.
|
||||||
_text_node->set_align(TM_ALIGN_LEFT);
|
_text_node->set_align(TextNode::A_left);
|
||||||
}
|
}
|
||||||
return _text_node;
|
return _text_node;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user