removed debug dumps
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Fri, 1 Mar 2019 21:55:40 +0000 (23:55 +0200)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Fri, 1 Mar 2019 21:55:40 +0000 (23:55 +0200)
src/gamescr.c

index 5fb7b02..6e69c21 100644 (file)
@@ -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;
 }