mirror of
https://github.com/AxioDL/nod.git
synced 2025-07-04 12:15:56 +00:00
Minor progress callback tweak
This commit is contained in:
parent
dd20c1d255
commit
bc38896a2b
@ -60,7 +60,7 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
auto progFunc = [&](float prog, const nod::SystemString& name, size_t bytes)
|
auto progFunc = [&](float prog, const nod::SystemString& name, size_t bytes)
|
||||||
{
|
{
|
||||||
nod::Printf(_S("\r "));
|
nod::Printf(_S("\r "));
|
||||||
if (bytes != -1)
|
if (bytes != -1)
|
||||||
nod::Printf(_S("\r%g%% %s %" PRISize " B"), prog * 100.f, name.c_str(), bytes);
|
nod::Printf(_S("\r%g%% %s %" PRISize " B"), prog * 100.f, name.c_str(), bytes);
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user