mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
oops inline flag
This commit is contained in:
parent
64ddb25aed
commit
ade89730c6
@ -1287,7 +1287,7 @@ calc_width(const wstring &line) const {
|
|||||||
// wordwrap_width (and does not break any words, if
|
// wordwrap_width (and does not break any words, if
|
||||||
// possible). Returns the new string.
|
// possible). Returns the new string.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
wstring TextNode::
|
INLINE wstring TextNode::
|
||||||
wordwrap_to(const wstring &wtext, float wordwrap_width,
|
wordwrap_to(const wstring &wtext, float wordwrap_width,
|
||||||
bool preserve_trailing_whitespace) const {
|
bool preserve_trailing_whitespace) const {
|
||||||
nassertr(_font != (TextFont *)NULL, wtext);
|
nassertr(_font != (TextFont *)NULL, wtext);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user