From 4d39d16a697bb7acb7016d9713e3cd3cff7377d3 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 17 Dec 2008 14:55:03 +0000 Subject: [PATCH] default mayChange = True --- direct/src/gui/OnscreenText.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.