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:
Mark Sweeney 2025-07-02 06:26:51 +01:00
commit 44cb274248

View file

@ -470,7 +470,7 @@ gimp_dynamics_output_get_linear_value (GimpDynamicsOutput *output,
if (private->use_velocity)
{
total += gimp_curve_map_value (private->velocity_curve,
(1.0 - coords->velocity));
coords->velocity);
factors++;
}