untested saving code and memory leak fix
This commit is contained in:
parent
2879b5e4d0
commit
ebb28d912b
12 changed files with 363 additions and 107 deletions
|
|
@ -283,13 +283,6 @@ int main(int argc, char** argv) {
|
|||
return 1;
|
||||
}
|
||||
}
|
||||
/*FILE* outFile=fopen("testout.dmf","wb");
|
||||
if (outFile!=NULL) {
|
||||
if (!e.save(outFile)) {
|
||||
logE("could not save file!\n");
|
||||
}
|
||||
fclose(outFile);
|
||||
}*/
|
||||
if (!e.init(outName)) {
|
||||
logE("could not initialize engine!\n");
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue