fix: switch step immediatly after the previous one
Will solve potential input lag issues
This commit is contained in:
parent
c121a35f90
commit
a286124703
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ end
|
|||
|
||||
function StepParent:finish()
|
||||
self.choregraphy:endStep()
|
||||
self.choregraphy:switchStep()
|
||||
end
|
||||
|
||||
return StepParent
|
||||
|
|
Loading…
Reference in a new issue