mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Fixed a missing semicolon in ui.media.MediaInfo
This commit is contained in:
parent
23ca0897d3
commit
8554da49e2
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ public class MediaInfo extends Sprite {
|
|||
}
|
||||
if (mysound) {
|
||||
owner.deleteSound(mysound);
|
||||
Scratch.app.refreshSoundTab()
|
||||
Scratch.app.refreshSoundTab();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue