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:
parent
12236248dd
commit
3026bf8ba9
4 changed files with 40 additions and 93 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue