Update BlockPalette.as

This commit is contained in:
doyousketch2 2014-06-25 14:47:51 -04:00
parent c07ceeddfd
commit b8c960bcb9

View file

@ -56,7 +56,7 @@ public class BlockPalette extends ScrollFrameContents {
// Delete blocks and stacks dropped onto the palette.
var c:ScratchComment = obj as ScratchComment;
if (c) {
c.x = c.y = 20; // postion for undelete
c.x = c.y = 20; // position for undelete
c.deleteComment();
return true;
}