Skip to content

Commit

Permalink
Fixed all stages clear msg not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
haptork committed Jan 23, 2018
1 parent 633d1f6 commit a6006f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gamePlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export function checkra() {
});
if (isMsgShow) {
if (allClear) {
mv.allClearMsg(stages.finishMsg);
mv.setModalMsg(stages.finishMsg);
} else {
mv.setModalMsg(stages.problems[mv.curStage()].finishMsg);
mv.carousel.carousel(firstUncleared);
Expand Down

0 comments on commit a6006f7

Please sign in to comment.