Fixed incomplete code

pull/3/merge
Viraj Mahesh 2014-02-25 17:01:09 -08:00
rodzic dc4e9a5c1c
commit 341d27092e
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -3706,6 +3706,9 @@ SpriteMorph.prototype.doScreenshot = function() {
console.log('Testing screenshot');
var parent = this.parentThatIsA(StageMorph);
var image = parent.fullImageClassic();
var ide = this.parentThatIsA(IDE_Morph);
var costume = new Costume(image);
ide.currentSprite.addCostume(image);
};
// SpriteHighlightMorph /////////////////////////////////////////////////