Skip to content

Commit

Permalink
Fix a fade out bug on flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kivutar committed Feb 28, 2019
1 parent 0a580e9 commit b04fa11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/menu.go
Expand Up @@ -199,7 +199,7 @@ func genericSegueNext(list *entry) {
yp = 0.5 - 0.3
labelAlpha = 0
iconAlpha = 0
tagAlpha = 1
tagAlpha = 0
scale = 1.5
} else if i < list.ptr {
yp = 0.4 - 0.3 + 0.08*float32(i-list.ptr)
Expand Down

0 comments on commit b04fa11

Please sign in to comment.