diff --git a/tools/ResourceUpdater/main.cpp b/tools/ResourceUpdater/main.cpp index 8302ed450f..363d03c9ca 100644 --- a/tools/ResourceUpdater/main.cpp +++ b/tools/ResourceUpdater/main.cpp @@ -120,13 +120,13 @@ static void run_parallel_tasks( const std::unordered_map& global_dirs) { std::thread stages_thread([&]() { - // std::cout << "------- Update stages data -------" << '\n'; - // if (!update_stages_data(cur_path, resource_dir)) { - // std::cerr << "update_stages_data failed" << '\n'; - // } - // else { - // std::cout << ">Stages.json Done" << '\n'; - // } + std::cout << "------- update stages data -------" << '\n'; + if (!update_stages_data(cur_path, resource_dir)) { + std::cerr << "update_stages_data failed" << '\n'; + } + else { + std::cout << ">stages.json done" << '\n'; + } }); std::thread levels_thread([&]() {