dungeon_crawler

diff prototype/src/main.cc @ 30:938a6a155c94

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 27 Aug 2012 04:03:22 +0300
parents 2fc004802739
children 862461b686f4
line diff
     1.1 --- a/prototype/src/main.cc	Sun Aug 26 03:39:32 2012 +0300
     1.2 +++ b/prototype/src/main.cc	Mon Aug 27 04:03:22 2012 +0300
     1.3 @@ -235,6 +235,8 @@
     1.4  	glViewport(0, 0, x, y);
     1.5  	cfg.width = x;
     1.6  	cfg.height = y;
     1.7 +
     1.8 +	resize_renderer(x, y);
     1.9  }
    1.10  
    1.11  static bool stereo_shift_pressed;