Skip to content

Commit

Permalink
No animation support yet
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Nov 23, 2015
1 parent d1edd31 commit b0bdd95
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/audio-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ export default class AudioView {
}

_handleChanges(changes) {
if (this._animating) {
return;
}

if (changes.currentGame === GAMES.HANDSHAKE) this.sounds.alone.ambient.play();

this._handleHandshakeChanges(changes);
Expand Down

0 comments on commit b0bdd95

Please sign in to comment.