mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
make notify always exist for trunk-publish testing
TODO: somebody fix this!
This commit is contained in:
parent
efc2a9ce26
commit
f718cd20b2
@ -18,9 +18,9 @@ class DoInterestManager(DirectObject.DirectObject):
|
|||||||
"""
|
"""
|
||||||
Top level Interest Manager
|
Top level Interest Manager
|
||||||
"""
|
"""
|
||||||
if __debug__:
|
#if __debug__: is this production ready?
|
||||||
from direct.directnotify.DirectNotifyGlobal import directNotify
|
from direct.directnotify.DirectNotifyGlobal import directNotify
|
||||||
notify = directNotify.newCategory("DoInterestManager")
|
notify = directNotify.newCategory("DoInterestManager")
|
||||||
|
|
||||||
_interestIdAssign = 1
|
_interestIdAssign = 1
|
||||||
_interestIdScopes = 100
|
_interestIdScopes = 100
|
||||||
|
Loading…
x
Reference in New Issue
Block a user