Commit 082d871
authored
Run handle_lifetime only when AudioSink is added to the world (bevyengine#17637)
# Objective
Fixes:
https://discord.com/channels/691052431525675048/756998293665349712/1335019849516056586
## Solution
Let's wait till `AudioSInk` will be added to the world.
## Testing
Run ios example1 parent e57f732 commit 082d871
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
45 | 54 | | |
46 | 55 | | |
47 | 56 | | |
| |||
0 commit comments