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 editor displaying combo colours in effectively incorrect order #27344

Merged
merged 2 commits into from Feb 24, 2024

Commits on Feb 23, 2024

  1. Fix editor displaying combo colours in effectively incorrect order

    Addresses ppy#27316.
    
    Stable lies about the first combo colour being first; in the `.osu`
    file it is actually second. It does a thing in editor itself to correct
    for this.
    
        https://github.com/peppy/osu-stable-reference/blob/master/osu!/GameModes/Edit/Forms/SongSetup.cs#L233-L234
    bdach committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d1d32fc View commit details
    Browse the repository at this point in the history
  2. Enable NRT in EditorBeatmapSkin

    bdach committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    f86b7f0 View commit details
    Browse the repository at this point in the history