temporarily disable audio export

I need to rewrite the audio export code so it becomes possible to export
audio from the GUI
This commit is contained in:
tildearrow 2022-01-16 23:32:13 -05:00
parent 12236248dd
commit 3026bf8ba9
4 changed files with 40 additions and 93 deletions

View file

@ -292,7 +292,7 @@ int main(int argc, char** argv) {
return 1;
}
}
if (!e.init(outName)) {
if (!e.init()) {
logE("could not initialize engine!\n");
return 1;
}