sound → seem
This commit is contained in:
parent
b314e047c1
commit
2667e78b43
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ export const SettingsModal = (props) => {
|
||||||
label="Spatial audio"
|
label="Spatial audio"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
checked={spatialAudio}
|
checked={spatialAudio}
|
||||||
description="This will make a speaker's audio sound as if it is coming from where their tile is positioned on screen. (Experimental feature: this may impact the stability of audio.)"
|
description="This will make a speaker's audio seem as if it is coming from where their tile is positioned on screen. (Experimental feature: this may impact the stability of audio.)"
|
||||||
onChange={(e) => setSpatialAudio(e.target.checked)}
|
onChange={(e) => setSpatialAudio(e.target.checked)}
|
||||||
/>
|
/>
|
||||||
</FieldRow>
|
</FieldRow>
|
||||||
|
|
Loading…
Add table
Reference in a new issue