Skip to content

Commit

Permalink
Merge branch 'pr/1556' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Laské committed Mar 19, 2024
2 parents cd549d5 + c229580 commit e586962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Player without face and color #1536
- Undeletable text in FotoToon #1549
- Blockrain: Game can start before pressing play button #1563
- Tank Operation the music persists even after returning to a previous screen #1553

## [1.7.0] - 2023-03-28
### Added
Expand Down
1 change: 1 addition & 0 deletions activities/TankOp.activity/play.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ enyo.kind({

// Back to app
app.renderInto(document.getElementById("board"));
sound.pause();
}

// Compute direction
Expand Down

0 comments on commit e586962

Please sign in to comment.