Skip to content

Commit 2118551

Browse files
authored
Fix typo in exercice desc
"To help get you started" was repeated twice in the phrase
1 parent 314e626 commit 2118551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/frag-1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Exercise
44

5-
Write a fragment shader which draws a disk of radius `128` centered at the point `vec2(256,256)` in device coordinates. The points inside the disk should be colored with `CIRCLE_COLOR` and the points outside should be colored with `OUTSIDE_COLOR`. To help get you started, a file called `fragment.glsl` has been created in <a href="/open/frag-1" target="_blank">this project's directory</a> to help get you started.
5+
Write a fragment shader which draws a disk of radius `128` centered at the point `vec2(256,256)` in device coordinates. The points inside the disk should be colored with `CIRCLE_COLOR` and the points outside should be colored with `OUTSIDE_COLOR`. A file called `fragment.glsl` has been created in <a href="/open/frag-1" target="_blank">this project's directory</a> to help get you started.
66

77
***
88

0 commit comments

Comments
 (0)