From 2d179058533c874f535025c1b8732c98fb350eff Mon Sep 17 00:00:00 2001 From: Nathan Dinsmore Date: Tue, 24 Jun 2014 12:37:50 -0400 Subject: [PATCH] Fixed whitespace in scratch.ScratchStage --- src/scratch/ScratchStage.as | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scratch/ScratchStage.as b/src/scratch/ScratchStage.as index 9e66ccc..82f2964 100644 --- a/src/scratch/ScratchStage.as +++ b/src/scratch/ScratchStage.as @@ -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); // }