Skip to content

Commit c30063a

Browse files
authored
Apply suggestions from code review
1 parent e28ac73 commit c30063a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +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 (`Class.Sound.RollOffMinDistance`/`distance`)*`LinearSquare`,
47-
where `distance` is the `Datatype.Vector3.Magnitude` between the audio source and the audio listener.
46+
This is done by taking the lesser of `Inverse` and `LinearSquare`.
4847
value: 3
4948
tags: []
5049
deprecation_message: ''

0 commit comments

Comments
 (0)