mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
formatting
This commit is contained in:
parent
fbf95c3f95
commit
e2e3474d8c
@ -196,7 +196,6 @@ class FSM(DirectObject.DirectObject):
|
||||
# These are direct requests to a particular state.
|
||||
if request[0] in string.uppercase:
|
||||
return (request,) + args
|
||||
|
||||
else:
|
||||
# If self.defaultTransitions is not None, it is a map of
|
||||
# allowed transitions from each state. That is, each key
|
||||
|
Loading…
x
Reference in New Issue
Block a user