X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrtris;a=blobdiff_plain;f=src%2Fgame.c;h=a729996e88130bf624e7bbafd4c63d62e714f995;hp=d4a7fe3bf8e4f60aed794908ac15e55316b85c5d;hb=e09f58ce22aa16e6fc68347b70c2be6a864f25b3;hpb=babbbd298a1c5b7379a4339a706113af851ae9f4 diff --git a/src/game.c b/src/game.c index d4a7fe3..a729996 100644 --- a/src/game.c +++ b/src/game.c @@ -12,7 +12,7 @@ static void calc_framerate(void); static void print_framerate(void); -static float view_matrix[16], proj_matrix[16]; +float view_matrix[16], proj_matrix[16]; static int should_swap; static unsigned long framerate;