mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 22:18:33 +00:00
# Objective - Fixes #9324 - Audio sinks used to have a custom drop implementation to detach the sinks because it was not required to keep a reference to it - With the new audio api, a reference is kept as a component of an entity ## Solution - Remove that custom drop implementation, and the option wrapping that was required for it. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |