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