default mayChange = True

This commit is contained in:
David Rose 2008-12-17 14:55:03 +00:00
parent 4056a40c53
commit 4d39d16a69
1 changed files with 1 additions and 1 deletions

View File

@ -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.