projects
/
vrtris
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5336d25
)
removed debug dumps
author
John Tsiombikas
<nuclear@mutantstargoat.com>
Fri, 1 Mar 2019 21:55:40 +0000
(23:55 +0200)
committer
John Tsiombikas
<nuclear@mutantstargoat.com>
Fri, 1 Mar 2019 21:55:40 +0000
(23:55 +0200)
src/gamescr.c
patch
|
blob
|
history
diff --git
a/src/gamescr.c
b/src/gamescr.c
index
5fb7b02
..
6e69c21
100644
(file)
--- 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;
}