mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Added WIP Geo Layout Exporter and some code cleanups
This commit is contained in:
+3
-3
@@ -19,7 +19,7 @@ int main(int argc, char *argv[]) {
|
||||
bool header = false;
|
||||
|
||||
app.require_subcommand();
|
||||
|
||||
|
||||
/* Generate an OTR */
|
||||
auto otr = app.add_subcommand("otr", "OTR - Generates an otr\n");
|
||||
|
||||
@@ -38,9 +38,9 @@ int main(int argc, char *argv[]) {
|
||||
} else {
|
||||
instance->Init(ExportType::Binary);
|
||||
}
|
||||
|
||||
|
||||
if (!folder.empty()) {
|
||||
Companion::Pack(folder, target);
|
||||
Companion::Pack(folder, target);
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user