Fixed whitespace in scratch.ScratchStage

This commit is contained in:
Nathan Dinsmore 2014-06-24 12:37:50 -04:00
parent ae0f4f2954
commit 2d17905853

View file

@ -367,8 +367,8 @@ public class ScratchStage extends ScratchObj {
public function stampSprite(s:ScratchSprite, stampAlpha:Number):void {
if(s == null) return;
// if(!testBM.parent) {
// //testBM.filters = [new GlowFilter(0xFF00FF, 0.8)];
// testBM.y = 360; testBM.x = 15;
// //testBM.filters = [new GlowFilter(0xFF00FF, 0.8)];
// testBM.y = 360; testBM.x = 15;
// stage.addChild(testBM);
// }