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