mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Update LooksPrims.as
This commit is contained in:
parent
ebef7900bc
commit
9b22e27ee6
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ public class LooksPrims {
|
|||
private function primSize(b:Block):Number {
|
||||
var s:ScratchSprite = interp.targetSprite();
|
||||
if (s == null) return 100;
|
||||
return Math.round(s.getSize()); // reporter returns rounded size, as in Scrath 1.4
|
||||
return Math.round(s.getSize()); // reporter returns rounded size, as in Scratch 1.4
|
||||
}
|
||||
|
||||
private function primShow(b:Block):void {
|
||||
|
|
Loading…
Reference in a new issue