pxt-arcade 1.10.6 → 1.10.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3126,7 +3126,7 @@ var pxsim;
3126
3126
  var music;
3127
3127
  (function (music) {
3128
3128
  function playInstructions(b) {
3129
- return pxsim.AudioContextManager.playInstructionsAsync(b);
3129
+ return pxsim.AudioContextManager.playInstructionsAsync(b.data);
3130
3130
  }
3131
3131
  music.playInstructions = playInstructions;
3132
3132
  function queuePlayInstructions(when, b) {
package/built/sim.js CHANGED
@@ -2391,7 +2391,7 @@ var pxsim;
2391
2391
  var music;
2392
2392
  (function (music) {
2393
2393
  function playInstructions(b) {
2394
- return pxsim.AudioContextManager.playInstructionsAsync(b);
2394
+ return pxsim.AudioContextManager.playInstructionsAsync(b.data);
2395
2395
  }
2396
2396
  music.playInstructions = playInstructions;
2397
2397
  function queuePlayInstructions(when, b) {