Skip to content

Commit 1ce5c3b

Browse files
committed
2 parents 1061a6b + d0db263 commit 1ce5c3b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

OpenGL-Menu.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
#include <gl/glut.h>
2020
#include <math.h>
2121

22-
#pragma comment(linker, "/main:mainCRTStartup /SUBSYSTEM:WINDOWS")
23-
2422
struct Point {
2523
GLint x;
2624
GLint y;
@@ -194,4 +192,4 @@ int main(int argc, char **argv) {
194192
glutMainLoop();
195193

196194
return 0;
197-
}
195+
}

0 commit comments

Comments
 (0)