mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 13:11:12 -05:00
Fixed whitespace in primitives.SensingPrims
This commit is contained in:
parent
2d17905853
commit
4019358fbe
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ public class SensingPrims {
|
|||
else {
|
||||
// TODO: Re-implement something like the method above for rotated bitmaps.
|
||||
// var sBM:BitmapData = s.bitmap();
|
||||
// var oBM:BitmapData = new BitmapData(sBM.width, sBM.height, true, 0);
|
||||
// var oBM:BitmapData = new BitmapData(sBM.width, sBM.height, true, 0);
|
||||
// for each (s2 in app.stagePane.spritesAndClonesNamed(arg)) {
|
||||
// if(s2.visible) {
|
||||
// oBM.fillRect(oBM.rect, 0);
|
||||
|
|
Loading…
Reference in a new issue