mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
Merge branch 'feature-remove-inverted-dynamic-velocity' into 'master'
Draft: app: Removes inverted velocity See merge request GNOME/gimp!1946
This commit is contained in:
commit
44cb274248
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ gimp_dynamics_output_get_linear_value (GimpDynamicsOutput *output,
|
||||||
if (private->use_velocity)
|
if (private->use_velocity)
|
||||||
{
|
{
|
||||||
total += gimp_curve_map_value (private->velocity_curve,
|
total += gimp_curve_map_value (private->velocity_curve,
|
||||||
(1.0 - coords->velocity));
|
coords->velocity);
|
||||||
factors++;
|
factors++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue