mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Update variable names
Also cleans up some weird code
This commit is contained in:
@ -33,7 +33,7 @@ namespace osu.Game.Overlays
|
||||
}
|
||||
};
|
||||
|
||||
Progress.ValueChanged += e => overlay.Alpha = (float)e.NewValue;
|
||||
Progress.ValueChanged += p => overlay.Alpha = (float)p.NewValue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user