Fix typo
This commit is contained in:
parent
fbc5e068fe
commit
bcb37a5040
2
main.cpp
2
main.cpp
|
@ -131,7 +131,7 @@ int main(int argc, char** argv)
|
||||||
glutInit(&argc, argv);
|
glutInit(&argc, argv);
|
||||||
glutInitDisplayMode(GLUT_SINGLE);
|
glutInitDisplayMode(GLUT_SINGLE);
|
||||||
glutCreateWindow("opengl_opencv_example");
|
glutCreateWindow("opengl_opencv_example");
|
||||||
glutSetCursor(GLUT_CURSOR_NONE)
|
glutSetCursor(GLUT_CURSOR_NONE);
|
||||||
glutFullScreen();
|
glutFullScreen();
|
||||||
glutDisplayFunc(display);
|
glutDisplayFunc(display);
|
||||||
glutMainLoop();
|
glutMainLoop();
|
||||||
|
|
Loading…
Reference in New Issue