Skip to content

Commit 4f382f9

Browse files
authored
Update README.md
1 parent 1be3439 commit 4f382f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/canvas/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export function canvasReady(args) {
5252
// Clear the context with the newly set color. This is
5353
// the function call that actually does the drawing.
5454
gl.clear(gl.COLOR_BUFFER_BIT);
55-
canvas.flush(); // must be called to draw on screen
5655
}
5756
```
5857

0 commit comments

Comments
 (0)