This commit is contained in:
Techbot121 2022-09-06 22:22:04 +02:00
parent edc7eaa2fb
commit 202c895a66

View File

@ -94,7 +94,7 @@ local BIND = function(propertyName, setterMethodName, check)
end
end
BIND("Pitch", "SetPlaybackSpeed")
BIND("Pitch", "SetPlaybackRate")
BIND("PlayCount", "SetMaxLoopCount" )
BIND("Volume", nil, function(n) return math.Clamp(n, 0, 4) end)
BIND("Radius", "SetSourceRadius" )