Browse Source

default mayChange = True

David Rose 17 years ago
parent
commit
4d39d16a69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/gui/OnscreenText.py

+ 1 - 1
direct/src/gui/OnscreenText.py

@@ -36,7 +36,7 @@ class OnscreenText(DirectObject, NodePath):
                  font = None,
                  font = None,
                  parent = None,
                  parent = None,
                  sort = 0,
                  sort = 0,
-                 mayChange = 0):
+                 mayChange = True):
         """
         """
         Make a text node from string, put it into the 2d sg and set it
         Make a text node from string, put it into the 2d sg and set it
         up with all the indicated parameters.
         up with all the indicated parameters.