mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 13:11:12 -05:00
Fixed whitespace in scratch.ScratchStage
This commit is contained in:
parent
ae0f4f2954
commit
2d17905853
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
// }
|
||||
|
||||
|
|
Loading…
Reference in a new issue