Fix region-gain curve example script

This commit is contained in:
Robin Gareus 2025-03-31 16:47:32 +02:00
parent 1f27dc81f9
commit 1c9cb5152d
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -30,7 +30,7 @@ function factory () return function ()
-- add some new ones
for i=0,50 do
al:add (r:length ():scale (Temporal:ratio (i, 50)),
al:add (r:length ():scale (Temporal.ratio (i, 50)),
1 - math.sqrt (i / 50),
false, true)
end