Skip to content

Commit 4f3aaee

Browse files
committed
Minor fix to ScaleBitmap README. Thanks @Fumio
1 parent 58ee855 commit 4f3aaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/ScaleBitmap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Renders a bitmap texture by breaking up an image into a 3x3 grid to create a sca
1010
Example using a 100x100 image:
1111

1212
var sb = new createjs.ScaleBitmap(imagePathOrSrc, new createjs.Rectangle(10,10,80,80));
13-
sb.setDrawSize
13+
sb.setDrawSize(newWidth, newHeight);
1414
stage.addChild(sb);
1515

1616

0 commit comments

Comments
 (0)