mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-15 01:43:25 +00:00
Multiply scale by 100.
This commit is contained in:
parent
16fc4fea61
commit
9213e46d2f
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ void mmp::writeFileInfo()
|
||||||
ofile << "h_max: " << h_max << "\n";
|
ofile << "h_max: " << h_max << "\n";
|
||||||
ofile << "h_diff: " << h_max - h_min << "\n";
|
ofile << "h_diff: " << h_max - h_min << "\n";
|
||||||
ofile << "scale16: " << scale16 << "\n";
|
ofile << "scale16: " << scale16 << "\n";
|
||||||
ofile << "scale: " << scale << "\n";
|
ofile << "scale: " << scale * 100 << "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
void mmp::writeTexturesList()
|
void mmp::writeTexturesList()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue