Skip to content

Commit 3c561e1

Browse files
GianlucaGianluca
Gianluca
authored and
Gianluca
committed
Minor modifications 2.1
1 parent 228286f commit 3c561e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

App.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export default class App extends PureComponent {
6262
down: false
6363
}
6464
this.setState(this.state.winner === 1 ? { ...common } : { ...common, lives: options.numberOfLives, aliens: [], score: 0 })
65-
if (this.gameLoop) clearInterval(this.gameLoop)
6665
}
6766

6867

0 commit comments

Comments
 (0)