diff --git a/sonic-radiance.love/scenes/battlesystem/controllers/fighters/systems/choregraphy/step/addQTE.lua b/sonic-radiance.love/scenes/battlesystem/controllers/fighters/systems/choregraphy/step/addQTE.lua index 13fd8f5..a3ed578 100644 --- a/sonic-radiance.love/scenes/battlesystem/controllers/fighters/systems/choregraphy/step/addQTE.lua +++ b/sonic-radiance.love/scenes/battlesystem/controllers/fighters/systems/choregraphy/step/addQTE.lua @@ -17,7 +17,7 @@ function StepQTE:update(dt) end function StepQTE:getSignal(signal) - if (signal == "gfxEnded") then + if (signal == "qteEnded") then self:finish() end end