Skip to content

Commit

Permalink
typo in dabs_per_second
Browse files Browse the repository at this point in the history
was referencing dabs_per_actual_radius

closes mypaint/mypaint#968
  • Loading branch information
briend committed Feb 10, 2019
1 parent 69b77f2 commit 860bcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypaint-brush.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ mypaint_brush_set_state(MyPaintBrush *self, MyPaintBrushState i, float value)

self->states[MYPAINT_BRUSH_STATE_DABS_PER_BASIC_RADIUS] = self->settings_value[MYPAINT_BRUSH_SETTING_DABS_PER_BASIC_RADIUS];
self->states[MYPAINT_BRUSH_STATE_DABS_PER_ACTUAL_RADIUS] = self->settings_value[MYPAINT_BRUSH_SETTING_DABS_PER_ACTUAL_RADIUS];
self->states[MYPAINT_BRUSH_STATE_DABS_PER_SECOND] = self->settings_value[MYPAINT_BRUSH_SETTING_DABS_PER_ACTUAL_RADIUS];
self->states[MYPAINT_BRUSH_STATE_DABS_PER_SECOND] = self->settings_value[MYPAINT_BRUSH_SETTING_DABS_PER_SECOND];


self->states[MYPAINT_BRUSH_STATE_DECLINATION] += step_declination;
Expand Down

0 comments on commit 860bcf3

Please sign in to comment.