fix: switch step immediatly after the previous one

Will solve potential input lag issues
This commit is contained in:
Kazhnuz 2021-07-18 14:08:45 +02:00
parent c121a35f90
commit a286124703

View file

@ -42,6 +42,7 @@ end
function StepParent:finish()
self.choregraphy:endStep()
self.choregraphy:switchStep()
end
return StepParent