Skip to content
Snippets Groups Projects
Commit fc86d741 authored by Camilla Löwy's avatar Camilla Löwy
Browse files

Fix copypaste mistake

parent ca38af0d
Branches
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ int main(int argc, char** argv)
int ch, samples = 4;
GLFWwindow* window;
GLuint vertex_buffer, vertex_shader, fragment_shader, program;
GLint mvp_location, vpos_location, vcol_location;
GLint mvp_location, vpos_location;
while ((ch = getopt(argc, argv, "hs:")) != -1)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment