bloboland

diff src/main.cc @ 4:9021a906c5d3

lots of stuff
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 18 Dec 2012 06:13:09 +0200
parents 1757973feaed
children
line diff
     1.1 --- a/src/main.cc	Sun Dec 16 14:24:16 2012 +0200
     1.2 +++ b/src/main.cc	Tue Dec 18 06:13:09 2012 +0200
     1.3 @@ -63,7 +63,6 @@
     1.4  	game_iter((msec - prev_msec) / 1000.0);
     1.5  	prev_msec = msec;
     1.6  
     1.7 -
     1.8  	glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
     1.9  
    1.10  	game_render();