Skip to content

Commit

Permalink
undo playground change
Browse files Browse the repository at this point in the history
  • Loading branch information
adroitwhiz committed Jul 10, 2019
1 parent aea28a5 commit 78c24e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playground/playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ xhr.addEventListener('load', function () {
});
}
});
xhr.open('GET', 'https://cdn.assets.scratch.mit.edu/internalapi/asset/7e4d03ea982f865367dfc821108bf59f.svg/get/');
xhr.open('GET', 'https://cdn.assets.scratch.mit.edu/internalapi/asset/b7853f557e4426412e64bb3da6531a99.svg/get/');
xhr.send();

if (wantedSkin === WantedSkinType.pen) {
Expand Down

0 comments on commit 78c24e8

Please sign in to comment.