-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Low alpha letterbox after timeline rewind #33108
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
Labels
Comments
Please provide logs. |
peppy
added a commit
to peppy/osu
that referenced
this issue
May 13, 2025
Pushing this out with zero testing as a "probably fixes" ppy#33108. Previous logic would mean that the start value of the fade-in may not be zero depending on current state, leaving the final alpha state incorrect after a rewind beyond the start time.
Added. |
peppy
added a commit
to peppy/osu
that referenced
this issue
May 13, 2025
Pushing this out with zero testing as a "probably fixes" ppy#33108. Previous logic would mean that the start value of the fade-in may not be zero depending on current state, leaving the final alpha state incorrect after a rewind beyond the start time.
peppy
added a commit
to peppy/osu
that referenced
this issue
May 13, 2025
Pushing this out with zero testing as a "probably fixes" ppy#33108. Previous logic would mean that the start value of the fade-in may not be zero depending on current state, leaving the final alpha state incorrect after a rewind beyond the start time.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Type
Cosmetic
Bug description
After letterbox (black cinematic bars) appear during break time, and the player then rewinds the timeline to a point before the letterbox was triggered, the letterbox reappears with a significantly reduced alpha value, making them almost transparent and barely visible on the screen. This incorrect behavior occurs instead of the letterbox either not appearing at all (as the playback is now before their intended appearance) or reappearing with their correct, fully opaque alpha.
Screenshots or videos
Normal Behaviour:

If we rewind, after break time ended:

Version
latest
Logs
compressed-logs.zip
The text was updated successfully, but these errors were encountered: