his序列生成算法最终返回结果的时候漏索引seqData导致返回的方块不正确

This commit is contained in:
MrZ626
2021-08-13 01:25:15 +08:00
parent d58a67012d
commit 5d75e11679

View File

@@ -38,7 +38,7 @@ local seqGenerators={
do break end
::CONTINUE_rollAgain::
end
if history[1]~=0 then P:getNext(r)end
if history[1]~=0 then P:getNext(seq0[r])end
rem(history,1)ins(history,r)
end
yield()