Fixed: invalid assignment

feature/pre-code-move
Nimetu 5 years ago
parent f449bb7c51
commit 6afd9ea1f2

@ -5178,7 +5178,7 @@ namespace NLGUI
if (low < min) if (low < min)
low = min; low = min;
if (high > max) if (high > max)
max = max; high = max;
} }
float CGroupHTML::HTMLMeterElement::getValueRatio() const float CGroupHTML::HTMLMeterElement::getValueRatio() const

Loading…
Cancel
Save