Skip to content

Commit

Permalink
correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ling Tan authored and Calvin1602 committed Feb 8, 2018
1 parent 040cf83 commit e596f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial03_matrices/SingleColor.fragmentshader
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#version 330 core

// Ouput data
// Output data
out vec3 color;

void main()
Expand All @@ -9,4 +9,4 @@ void main()
// Output color = red
color = vec3(1,0,0);

}
}

0 comments on commit e596f02

Please sign in to comment.