Skip to content

Commit abbc2c1

Browse files
authored
s/sphere/box/
1 parent 4f72598 commit abbc2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function setup() {
4141
}
4242

4343
function draw() {
44-
// Draw a sphere to the Framebuffer
44+
// Draw a box to the Framebuffer
4545
fbo.draw(() => {
4646
clear()
4747
push()

0 commit comments

Comments
 (0)