X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrtris;a=blobdiff_plain;f=src%2Fgamescr.c;h=0bd7f7065cb8cdd248822b2e963992df78ac54a6;hp=52db999c73f487a487b76433690162f2d50786ca;hb=e09f58ce22aa16e6fc68347b70c2be6a864f25b3;hpb=babbbd298a1c5b7379a4339a706113af851ae9f4 diff --git a/src/gamescr.c b/src/gamescr.c index 52db999..0bd7f70 100644 --- a/src/gamescr.c +++ b/src/gamescr.c @@ -1,3 +1,4 @@ +#include "opengl.h" #include "screen.h" #include "cmesh.h" @@ -63,6 +64,9 @@ static void update(float dt) static void draw(void) { + glTranslatef(0, 0, 6); + + cmesh_draw(blkmesh); } static void reshape(int x, int y)