Fixed: Variable "fx" uninitialized if _Lines is empty

--HG--
branch : develop
feature/streamed-package
kervala 5 years ago
parent 390d987557
commit ca75cc4dea

@ -2405,6 +2405,7 @@ namespace NLGUI
if (_Lines.empty())
{
x = 0;
fx = 0;
}
else
{

Loading…
Cancel
Save