Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix playback position label update in Audio Stream Importer #86824

Merged

Commits on Jan 5, 2024

  1. 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 godotengine#86550.
    alessandrofama committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    155bebf View commit details
    Browse the repository at this point in the history