Skip to content

Commit e28ac73

Browse files
authored
Update content/en-us/reference/engine/enums/RollOffMode.yaml
1 parent 8c26f6c commit e28ac73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/reference/engine/enums/RollOffMode.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ items:
4343
A hybrid model which follows the `Inverse` model when close to
4444
`Class.Sound.RollOffMinDistance` and the `LinearSquare` model when close
4545
to `Class.Sound.RollOffMaxDistance`.
46-
This is done through `Libraries.math.min`((`Class.Sound.RollOffMinDistance`/`distance`)*`LinearSquare`),
46+
This is done through (`Class.Sound.RollOffMinDistance`/`distance`)*`LinearSquare`,
4747
where `distance` is the `Datatype.Vector3.Magnitude` between the audio source and the audio listener.
4848
value: 3
4949
tags: []

0 commit comments

Comments
 (0)