mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
more debug
This commit is contained in:
parent
2b623dc9ed
commit
e8eeb18d7a
@ -336,6 +336,7 @@ class FSM(DirectObject.DirectObject):
|
||||
# Internal function to change unconditionally to the indicated
|
||||
# state.
|
||||
assert(self.state)
|
||||
assert(self.notify.debug("%s to state %s." % (self.name, newState)))
|
||||
|
||||
self.oldState = self.state
|
||||
self.newState = newState
|
||||
|
Loading…
x
Reference in New Issue
Block a user