default mayChange = True
This commit is contained in:
parent
4056a40c53
commit
4d39d16a69
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue