mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Fix copypaste mistake
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ int main(int argc, char** argv)
|
|||||||
int ch, samples = 4;
|
int ch, samples = 4;
|
||||||
GLFWwindow* window;
|
GLFWwindow* window;
|
||||||
GLuint vertex_buffer, vertex_shader, fragment_shader, program;
|
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)
|
while ((ch = getopt(argc, argv, "hs:")) != -1)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user