mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Merge branch 'master' into osu-fontusage
This commit is contained in:
@ -5,7 +5,7 @@ using System;
|
||||
using System.Linq;
|
||||
using osu.Framework;
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Configuration;
|
||||
using osu.Framework.Bindables;
|
||||
using osu.Framework.Extensions.Color4Extensions;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
@ -138,7 +138,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
|
||||
Beatmap.ValueChanged += b =>
|
||||
{
|
||||
showBeatmap(b);
|
||||
showBeatmap(b.NewValue);
|
||||
updateDifficultyButtons();
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user