Issue #11675: Fade x Jitter dynamics now sync correctly at every step
This commit is contained in:
parent
7d6a7552ec
commit
366ba98efe
1 changed files with 3 additions and 0 deletions
|
|
@ -740,6 +740,9 @@ gimp_brush_core_interpolate (GimpPaintCore *paint_core,
|
|||
current_coords.angle = last_coords.angle;
|
||||
current_coords.reflect = last_coords.reflect;
|
||||
|
||||
fade_point = gimp_paint_options_get_fade (paint_options, image,
|
||||
paint_core->pixel_dist);
|
||||
|
||||
if (core->jitter > 0.0)
|
||||
{
|
||||
GimpVector2 x_axis;
|
||||
|
|
|
|||
Loading…
Reference in a new issue