Minor changes, as suggested by Rollerozxa
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -128,9 +128,9 @@ int main(int argc, char **argv)
|
||||
glutInit(&argc, argv);
|
||||
glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH);
|
||||
glutInitWindowSize(800, 600);
|
||||
glutCreateWindow("Spinning cube");
|
||||
glutCreateWindow("XtreemNodes Engine - By MCL Software and Cube Software");
|
||||
|
||||
glClearColor(0, 0, 0, 0);
|
||||
glClearColor(.2, .7, .8, 255);
|
||||
glEnable(GL_DEPTH_TEST);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user