mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
app: Removes inverted velocity
This commit is contained in:
parent
0fc459ce6d
commit
ccc46e4e81
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