Closed pmer closed 7 years ago
@seisatsu Could you take a look at this one?
As far as I can tell, at the moment changing areas in pixel-mode requires that _process_walk()
be called one last time after the entity stops walking.
_stop_walk()
runs:
And then _process_walk()
runs:
Now not self.walking
evaluates to True
so we run the logic to switch areas.
However, as of abd137990a0a2bc62f892fe98f182477dc475903, _stop_walk()
now removes _process_walk()
from the tick manager so it doesn't get called anymore.
The area doesn't switch and we get the following error message once you lift you finger off the arrow key: