fix bug
This commit is contained in:
parent
4febf421e3
commit
75fe71f411
|
@ -303,7 +303,7 @@
|
||||||
pieceIndex++;
|
pieceIndex++;
|
||||||
|
|
||||||
if (pieceIndex >= pieceCount) {
|
if (pieceIndex >= pieceCount) {
|
||||||
break;
|
return pieces;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue