Changed default value for setfocused in rc.lua, see issue #3

This commit is contained in:
Jarcode
2018-01-09 17:19:31 -08:00
parent dd935f7031
commit 5c4a129ebf
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ void main() {
#undef smooth_f
d -= C_RADIUS + (float(C_LINE) / 2.0F); /* offset to fragment distance from inner circle */
if (d <= v - BAR_OUTLINE_WIDTH) {
#if BAR_OUTLINE_WIDTH > 0
#if BAR_OUTLINE_WIDTH > 0
if (abs(ym) < (BAR_WIDTH / 2) - BAR_OUTLINE_WIDTH)
fragment = COLOR;
else