Small changes to mapper.

This commit is contained in:
Vladyslav Usenko 2019-04-16 06:24:59 +00:00
parent a3b5e37999
commit d1c63535fc
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ int main(int argc, char** argv) {
std::this_thread::sleep_for(std::chrono::milliseconds(50)); std::this_thread::sleep_for(std::chrono::milliseconds(50));
} }
} else { } else {
optimize(); //optimize();
detect(); detect();
match(); match();
tracks(); tracks();