Skip to content

Commit

Permalink
feat(cientos/positional-audio): improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
damienmontastier committed Apr 29, 2024
1 parent eb30d85 commit 00c4551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/abstractions/positional-audio.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ If you are sure that there will be a user gesture before your `<PositionAudio>`
| `dispose()` | Dispose component — Deletion of the AudioListener in the camera, disconnection of the audio source and deletion of the PositionalAudioHelper (if it exists). |


```typescript{1,6}
```typescript{1,3,8}
const positionalAudioRef = shallowRef(null)
console.log(positionalAudioRef.value.root) // root properties
Expand Down

0 comments on commit 00c4551

Please sign in to comment.