Update LooksPrims.as

This commit is contained in:
doyousketch2 2014-06-25 14:15:21 -04:00
parent ebef7900bc
commit 9b22e27ee6

View file

@ -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 {