mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
added want-message-bundling
This commit is contained in:
parent
3c65c77a34
commit
9dd0e3b685
@ -33,6 +33,7 @@ class ConnectionRepository(
|
|||||||
# 'I own this object and have a separate view of it regardless of
|
# 'I own this object and have a separate view of it regardless of
|
||||||
# where it currently is located')
|
# where it currently is located')
|
||||||
CConnectionRepository.__init__(self, hasOwnerView)
|
CConnectionRepository.__init__(self, hasOwnerView)
|
||||||
|
self.setWantMessageBundling(config.GetBool('want-message-bundling', 1))
|
||||||
# DoInterestManager.__init__ relies on CConnectionRepository being
|
# DoInterestManager.__init__ relies on CConnectionRepository being
|
||||||
# initialized
|
# initialized
|
||||||
DoInterestManager.__init__(self)
|
DoInterestManager.__init__(self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user