Skip to content

Commit 085897f

Browse files
committed
actually export models
1 parent 61d60cb commit 085897f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ int main(int count, char* args[])
112112
return EXIT_FAILURE;
113113
}
114114

115-
// exportModels(dataPath, output);
115+
exportModels(dataPath, output);
116116
exportMaps(dataPath, output);
117117

118118
return EXIT_SUCCESS;

0 commit comments

Comments
 (0)