mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
*** empty log message ***
This commit is contained in:
parent
0cb53b8d5b
commit
aae1dbd84d
@ -35,6 +35,9 @@ class FSM(DirectObject):
|
||||
# Enter the initial state.
|
||||
# It is assumed that the initial state takes no arguments.
|
||||
self.__currentState = self.__initialState
|
||||
#self.__enter(self.__initialState)
|
||||
|
||||
def enterInitialState(self):
|
||||
self.__enter(self.__initialState)
|
||||
|
||||
def __str__(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user