Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranayub committed May 26, 2016
1 parent b079b5c commit 5200744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified dist/Excalibur.0.6.0.nupkg
Binary file not shown.
4 changes: 2 additions & 2 deletions src/engine/Sound.ts
Expand Up @@ -395,8 +395,8 @@ module ex.Internal {
*/
static unlock() {

if (this._unlocked || !audioContext) {
return;
if (this._unlocked || !audioContext) {
return;
}

// create empty buffer and play it
Expand Down

0 comments on commit 5200744

Please sign in to comment.