blob: 615558963efda76e93a4d1d865a228d1ffa4f7b0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- poopmup.cpp
+++ poopmup.cpp
@@ -582,6 +582,7 @@
getConfiguration();
//Will overwrite the conf file params.
ParseCommandLine(argc, argv);
+ glutInit(&argc, argv);
InitializeGL(argc, argv);
InitializeWorld();
InitMenu();
|