You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using love11.3. the enter function of the state machine always causes problems
line 18 of statemachine.lua
(
self.current:enter(enterParams)
)
the error returned is
attempt to call method 'enter'(a nil value)
pls help me out
i am using love11.3. the enter function of the state machine always causes problems
line 18 of statemachine.lua
(
self.current:enter(enterParams)
)
the error returned is
attempt to call method 'enter'(a nil value)
pls help me out