Merge branch 'master' of https://github.com/Microsoft/pxt-microbit
This commit is contained in:
commit
d3eb09d48d
@ -342,8 +342,8 @@ namespace music {
|
||||
control.raiseEvent(MICROBIT_MELODY_ID, MusicEvent.BackgroundMelodyResumed);
|
||||
}
|
||||
}
|
||||
currentMelody = null;
|
||||
control.raiseEvent(MICROBIT_MELODY_ID, currentMelody.background ? MusicEvent.BackgroundMelodyEnded : MusicEvent.MelodyEnded);
|
||||
currentMelody = null;
|
||||
})
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pxt-microbit",
|
||||
"version": "0.12.24",
|
||||
"version": "0.12.25",
|
||||
"description": "micro:bit target for Microsoft MakeCode (PXT)",
|
||||
"keywords": [
|
||||
"JavaScript",
|
||||
@ -38,6 +38,6 @@
|
||||
"semantic-ui-less": "^2.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"pxt-core": "0.12.82"
|
||||
"pxt-core": "0.12.83"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user