mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-29 22:23:27 +00:00
The new `edit/loop_mode` import options lets user choose to either:
- Detect loop points from the WAV (default, same behavior as before)
- Set the loop mode and loop points manually like in AudioStreamSample
Fixes #46164.
(cherry picked from commit b389ce5ccd)