Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-arataki committed Apr 8, 2019
1 parent 44b8190 commit cd60a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Magazine/Magazine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default abstract class Magazine
fullLoad(bulletGenerator: () => b.Bullet): void {
for (let i = 0; i < this.max; i ++) {
if (this.pushBullet(bulletGenerator()) === false) {
return
break
}
}

Expand Down

0 comments on commit cd60a5c

Please sign in to comment.