Fix gaussian blue parameters, whoopsies

This commit is contained in:
wookywok 2024-04-09 09:33:46 -05:00
parent fced28592d
commit 146ec57eea

View file

@ -1169,7 +1169,7 @@ namespace HeavenStudio
new("ease", Util.EasingFunction.Ease.Linear, "Ease", "Set the easing of the action.", new() new("ease", Util.EasingFunction.Ease.Linear, "Ease", "Set the easing of the action.", new()
{ {
new((x, y) => (Util.EasingFunction.Ease)x != Util.EasingFunction.Ease.Linear, new string[] { "intenStart" }) new((x, y) => (Util.EasingFunction.Ease)x != Util.EasingFunction.Ease.Instant, new string[] { "intenStart" })
}), }),
} }
}, },