Skip to content

Commit e596f02

Browse files
Ling TanCalvin1602
Ling Tan
authored andcommitted
correct a typo
1 parent 040cf83 commit e596f02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#version 330 core
22

3-
// Ouput data
3+
// Output data
44
out vec3 color;
55

66
void main()
@@ -9,4 +9,4 @@ void main()
99
// Output color = red
1010
color = vec3(1,0,0);
1111

12-
}
12+
}

0 commit comments

Comments
 (0)