invisible

diff src/main.cc @ 4:1ff5a1a50b41

foo, TODO: fix conversions
author Eleni Maria Stea <eleni@mutantstargoat.com>
date Wed, 16 Oct 2013 15:41:08 +0300
parents b0b90ef993a0
children 4f1b8ddcd32e
line diff
     1.1 --- a/src/main.cc	Wed Oct 09 23:00:19 2013 +0300
     1.2 +++ b/src/main.cc	Wed Oct 16 15:41:08 2013 +0300
     1.3 @@ -45,6 +45,7 @@
     1.4  	glutIdleFunc(idle);
     1.5  
     1.6  	glClearColor(1, 1, 1, 1);
     1.7 +    frame = new Frame();
     1.8  
     1.9  	atexit(cleanup);
    1.10  	glutMainLoop();