diff options
author | Alessandro Famà <me@alessandrofama.com> | 2024-01-05 12:24:56 +0100 |
---|---|---|
committer | Alessandro Famà <me@alessandrofama.com> | 2024-01-05 12:41:30 +0100 |
commit | 155bebfdf23ef05f4200e7741baaec28a681289b (patch) | |
tree | fd5887a6a98a1596f7cbca8325e2010447a2919c /platform/android/export/export_plugin.cpp | |
parent | 179dfdc8d78b5bd5377dd115af026df58308bdaf (diff) | |
download | redot-engine-155bebfdf23ef05f4200e7741baaec28a681289b.tar.gz |
Fix playback position label update in Audio Stream Importer
The current playback position label doesn't get updated if the playhead is not visible. The label is updated in `_draw_indicator()` at the end of the function, but we return early if the calculated offset falls outside the valid range. This fix moves the label updating above this check, ensuring that the label always gets updated regardless of the visibility of the playhead.
Fixes #86550.
Diffstat (limited to 'platform/android/export/export_plugin.cpp')
0 files changed, 0 insertions, 0 deletions