feat(choregraphy): test latest qte by default

This commit is contained in:
Kazhnuz 2021-07-18 14:09:09 +02:00
parent a286124703
commit 3a3c864037

View file

@ -108,6 +108,7 @@ function ChoregraphySystem:addQTE(action, origin, qteBaseData, blockProcess, tag
end
function ChoregraphySystem:isQteSuccess(qteID)
qteID = qteID or #self.qte.list
return self.qte.list[qteID]
end