mirror of
https://github.com/JS8Call-improved/JS8Call-improved
synced 2026-08-13 17:47:36 -04:00
Use FP add
This commit is contained in:
parent
5995f8c87b
commit
307c5d015d
1 changed files with 1 additions and 1 deletions
|
|
@ -462,7 +462,7 @@ CPlotter::drawData(WF::SWide swide)
|
|||
[](auto const value)
|
||||
{
|
||||
return 10.0f * std::log10(value);
|
||||
}) + 30);
|
||||
}) + 30.0f);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue