summaryrefslogtreecommitdiff
path: root/rufl_paint.c
diff options
context:
space:
mode:
Diffstat (limited to 'rufl_paint.c')
-rw-r--r--rufl_paint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rufl_paint.c b/rufl_paint.c
index 28144e1..3236e9e 100644
--- a/rufl_paint.c
+++ b/rufl_paint.c
@@ -204,7 +204,7 @@ rufl_code rufl_process(rufl_action action,
struct rufl_family_map_entry *e =
&rufl_family_map[family - rufl_family_list];
used_weight = weight;
- if (weight <= 4)
+ if (weight <= 2)
search_direction = -1;
else
search_direction = +1;