aboutsummaryrefslogtreecommitdiffstats
path: root/ui.go
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-01-20 18:01:48 -0500
committerSam Anthony <sam@samanthony.xyz>2024-01-20 18:01:48 -0500
commitd33a8a46d8d00117e792608f879e30e7a4b31a37 (patch)
tree4b021fe5e075a9223537fabdf420a9aebf42f62c /ui.go
parent3c7c084774d355d9f1e5b176d0e4e4f88e02fe45 (diff)
downloadvolute-d33a8a46d8d00117e792608f879e30e7a4b31a37.zip
rename engineDisplacementRow() -> displacementRow()
Diffstat (limited to 'ui.go')
-rw-r--r--ui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.go b/ui.go
index f218ea1..28692d6 100644
--- a/ui.go
+++ b/ui.go
@@ -13,7 +13,7 @@ func red() color.RGBA {
return color.RGBA{255, 0, 0, 255}
}
-func engineDisplacementRow() *g.RowWidget {
+func displacementRow() *g.RowWidget {
s := VolumeUnits[volumeUnitIndex]
unit, err := ParseVolumeUnit(s)
Check(err)