feat(choregraphy): test latest qte by default
This commit is contained in:
parent
a286124703
commit
3a3c864037
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue