mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Fixed whitespace in ui.parts.LibraryPart
This commit is contained in:
parent
3fd3298c81
commit
5a66cbffef
1 changed files with 3 additions and 4 deletions
|
@ -374,7 +374,6 @@ public class LibraryPart extends UIPart {
|
|||
if (spr.costumes.length > 1) spr.costumes.shift(); // remove default costume
|
||||
spr.showCostumeNamed(list[0].costumeName);
|
||||
app.addNewSprite(spr);
|
||||
|
||||
}
|
||||
}
|
||||
var lib:MediaLibrary = new MediaLibrary(app, 'sprite', addSprite);
|
||||
|
|
Loading…
Reference in a new issue