mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
minor change
This commit is contained in:
parent
4d52852f75
commit
ed058d20ad
@ -135,8 +135,8 @@ class DoInterestManager(DirectObject.DirectObject):
|
||||
def printInterests(self):
|
||||
print "*********************** Interest Sets **************"
|
||||
print "(Interest ID, Description, Scope, Event, Mode)"
|
||||
for i in DoInterestManager._interests.keys():
|
||||
print DoInterestManager._interests[i]
|
||||
for i in DoInterestManager._interests.values():
|
||||
print i
|
||||
print "****************************************************"
|
||||
for i in DoInterestManager._debug_currentInterests:
|
||||
print i
|
||||
|
Loading…
x
Reference in New Issue
Block a user