mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
update comment
This commit is contained in:
parent
de62ddc3e4
commit
0bb406b5b4
@ -198,6 +198,12 @@ class FSM(DirectObject):
|
|||||||
Return true is transition exists to given state,
|
Return true is transition exists to given state,
|
||||||
false otherwise.
|
false otherwise.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# If you trigger this assertion failure, you must have
|
||||||
|
# recursively requested a state transition from within the
|
||||||
|
# exitState() function for the previous state. This is not
|
||||||
|
# supported because we're not fully transitioned into the new
|
||||||
|
# state yet.
|
||||||
assert(not self.__internalStateInFlux)
|
assert(not self.__internalStateInFlux)
|
||||||
|
|
||||||
if not self.__currentState:
|
if not self.__currentState:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user