1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

fixing bad merge

This commit is contained in:
Bill Keenan
2018-06-27 14:33:22 -04:00
parent ae5ed9ee86
commit 6c09935e56
2 changed files with 3 additions and 4 deletions

View File

@@ -50,8 +50,7 @@ func MakeGraph(widget *Widget) {
}
icon := wtf.Config.UString("wtf.mods.bargraph.graphIcon", "✭ ")
widget.BarGraph.BuildBars(20, icon, stats[:])
widget.BarGraph.BuildBars(stats[:])
}