From efc9f6e45a0485d7955fa04b262f256de2b1a706 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Fri, 1 Mar 2019 23:55:40 +0200 Subject: [PATCH] removed debug dumps --- src/gamescr.c | 2 -- 1 file changed, 2 deletions(-) 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; } -- 1.7.10.4