X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgamescr.c;h=6e69c21758508aa47a8d72f77e6b1dba183d7177;hb=efc9f6e45a0485d7955fa04b262f256de2b1a706;hp=5fb7b02275284dc5870a39d801e026a732161b0d;hpb=5336d251a0e6f2d07d9bdfaca2a9b197f7d8c58a;p=vrtris diff --git a/src/gamescr.c b/src/gamescr.c index 5fb7b02..6e69c21 100644 --- a/src/gamescr.c +++ b/src/gamescr.c @@ -45,8 +45,6 @@ static int init(void) fprintf(stderr, "failed to load block model\n"); return -1; } - cmesh_dump(blkmesh, "dump"); - cmesh_dump_obj(blkmesh, "dump.obj"); return 0; }