mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 23:27:15 +08:00
Disallow duplicate active changes.
This commit is contained in:
@@ -47,6 +47,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
get { return base.Active; }
|
||||
set
|
||||
{
|
||||
if (Active == value) return;
|
||||
|
||||
if (value)
|
||||
fadeActive();
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user