mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
*** empty log message ***
This commit is contained in:
parent
beb480ebd3
commit
5010a9dbe8
@ -97,6 +97,7 @@ class ScrollingLabel(PandaObject.PandaObject):
|
||||
self.itemSign = None
|
||||
self.leftButton = None
|
||||
self.rightButton = None
|
||||
self.frame = None
|
||||
return None
|
||||
|
||||
# accessing
|
||||
|
@ -12,7 +12,7 @@ class DirectObject:
|
||||
try:
|
||||
self.cleanup()
|
||||
except:
|
||||
directNotify.notify.warning('No cleanup() method defined!')
|
||||
print "No cleanup() method defined!"
|
||||
|
||||
# Event Handling
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user