Skip to content

v.1.4.0: Gauge fix + small optimisations

Latest

Choose a tag to compare

@quipo quipo released this 11 Dec 17:26
· 5 commits to master since this release
  • Fixed behaviour of Gauge with positive numbers: the previous behaviour was the same as GaugeDelta (FGauge already had the correct behaviour)
  • Added more tests
  • Small optimisation: replace string formatting with concatenation (thanks to @agnivade)