mirror of
https://github.com/CapsAdmin/pac3.git
synced 2025-03-04 03:03:01 -05:00
fix #987
This commit is contained in:
parent
edc7eaa2fb
commit
202c895a66
@ -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" )
|
||||
|
Loading…
Reference in New Issue
Block a user