Skip to content

Commit 18c6630

Browse files
Update src/data/examples/zh-Hans/05_Image/04_Create_Image.js
Co-Authored-By: Kenneth Lim <[email protected]>
1 parent 15751fa commit 18c6630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/examples/zh-Hans/05_Image/04_Create_Image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function setup() {
1919
img.set(x, y, [0, 153, 204, a]);
2020
}
2121
}
22-
// 使用set() 后,必须调用updatePixels() 以使改变生效
22+
// 使用 set() 后,必须调用updatePixels() 以使改变生效
2323
img.updatePixels();
2424
}
2525

0 commit comments

Comments
 (0)