Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Commit

Permalink
Fixes openglbook.com issue #18 - typo in code
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyLuten committed May 21, 2014
1 parent 0b4d943 commit 4ec0bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapter-2/compatibility/chapter.2.3.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const GLchar* VertexShader =

const GLchar* FragmentShader =
{
"#version 400\n"\
"#version 330\n"\

"in vec4 ex_Color;\n"\
"out vec4 out_Color;\n"\
Expand Down Expand Up @@ -316,4 +316,4 @@ void DestroyShaders(void)

exit(-1);
}
}
}

0 comments on commit 4ec0bf0

Please sign in to comment.