mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
allow updates in quiet zone
This commit is contained in:
parent
a3af5d8c6a
commit
6b2a21f305
@ -11,7 +11,9 @@ CLIENT_CREATE_OBJECT_REQUIRED_OTHER = 35
|
||||
|
||||
# These messages are ignored when the client is headed to the quiet zone
|
||||
QUIET_ZONE_IGNORED_LIST = [
|
||||
CLIENT_OBJECT_UPDATE_FIELD,
|
||||
# We mustn't ignore updates, because some updates for localToon
|
||||
# are always important.
|
||||
#CLIENT_OBJECT_UPDATE_FIELD,
|
||||
CLIENT_CREATE_OBJECT_REQUIRED,
|
||||
CLIENT_CREATE_OBJECT_REQUIRED_OTHER,
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user