Skip to content

Commit 27ffb0f

Browse files
authored
Apply suggestions from code review
1 parent 6e2eacd commit 27ffb0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ items:
1515
- name: Inverse
1616
summary: |
1717
Volume attenuates from `Class.Sound.RollOffMinDistance` in an inverse
18-
manner. This option mirrors how sounds attenuate in the real world.
18+
manner, mirroring how sounds attenuate in the real world.
1919
This is done through `Class.Sound.RollOffMinDistance`/`distance`,
2020
where `distance` is the `Datatype.Vector3.Magnitude` between the audio source and the audio listener.
2121
value: 0
@@ -34,7 +34,7 @@ items:
3434
summary: |
3535
Volume attenuates between `Class.Sound.RollOffMinDistance` and
3636
`Class.Sound.RollOffMaxDistance` with a linear squared relationship.
37-
This is done through Squaring `Linear`
37+
This is done through squaring `Linear`.
3838
value: 2
3939
tags: []
4040
deprecation_message: ''

0 commit comments

Comments
 (0)