2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 01:07:43 +00:00

update nod

This commit is contained in:
2017-05-21 03:27:21 -07:00
parent b172bd26e6
commit c97c8d054b
4 changed files with 4 additions and 4 deletions

View File

@@ -334,7 +334,7 @@ struct SpecMP3 : SpecBase
size_t nodeCount = 0;
int prog = 0;
nod::ExtractionContext ctx = {true, force,
[&](const std::string& name)
[&](const std::string& name, float)
{
hecl::SystemStringView nameView(name);
progress(currentTarget.c_str(), nameView.c_str(), compIdx, prog / (float)nodeCount);