mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
comment
This commit is contained in:
parent
b55439dc32
commit
3d45ead3eb
@ -146,6 +146,10 @@ class FourState:
|
|||||||
|
|
||||||
def exitState0(self):
|
def exitState0(self):
|
||||||
assert(self.debugPrint("exit0()"))
|
assert(self.debugPrint("exit0()"))
|
||||||
|
# It's important for FourStates to broadcast their state
|
||||||
|
# when they are generated on the client. Before I put this in,
|
||||||
|
# if a door was generated and went directly to an 'open' state,
|
||||||
|
# it would not broadcast its state until it closed.
|
||||||
self.changedOnState(0)
|
self.changedOnState(0)
|
||||||
|
|
||||||
##### state 1 #####
|
##### state 1 #####
|
||||||
|
Loading…
x
Reference in New Issue
Block a user