diff --git a/direct/src/gui/OnscreenText.py b/direct/src/gui/OnscreenText.py index a8ad21a014..d874621c16 100644 --- a/direct/src/gui/OnscreenText.py +++ b/direct/src/gui/OnscreenText.py @@ -36,7 +36,7 @@ class OnscreenText(DirectObject, NodePath): font = None, parent = None, sort = 0, - mayChange = 0): + mayChange = True): """ Make a text node from string, put it into the 2d sg and set it up with all the indicated parameters.