Commit bfcc5d5
authored
fix(scratch-render): fix scale types
`scale` is not a number, it's a tuple like `[number, number]`.
https://github.com/scratchfoundation/scratch-render/blob/develop/src/Drawable.js#L2321 parent 29637ab commit bfcc5d5
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
604 | 604 | | |
605 | 605 | | |
606 | 606 | | |
607 | | - | |
608 | | - | |
| 607 | + | |
| 608 | + | |
609 | 609 | | |
610 | 610 | | |
611 | 611 | | |
| |||
0 commit comments