mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fix confusing typo
This commit is contained in:
parent
4d39d16a69
commit
38467b6eed
@ -141,7 +141,7 @@ class OnscreenImage(DirectObject, NodePath):
|
||||
else:
|
||||
setter(value)
|
||||
except AttributeError:
|
||||
print 'OnscreenText.configure: invalid option:', option
|
||||
print 'OnscreenImage.configure: invalid option:', option
|
||||
|
||||
# Allow index style references
|
||||
def __setitem__(self, key, value):
|
||||
|
Loading…
x
Reference in New Issue
Block a user