No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
1 deletions
-
voicegardens/static/voicegardens.js
|
@ -376,7 +376,7 @@ class GeneratedShape { |
|
|
/** |
|
|
/** |
|
|
* Play a sound after a collision is detected. |
|
|
* Play a sound after a collision is detected. |
|
|
**/ |
|
|
**/ |
|
|
if (this.soundRecorded.isLoaded()) { |
|
|
if (this.soundRecorded.isLoaded() && !this.soundRecorded.isPlaying()) { |
|
|
this.soundRecorded.play(); |
|
|
this.soundRecorded.play(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|