mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
Rename variables
This commit is contained in:
@ -84,7 +84,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
private void load(OsuGame osuGame)
|
||||
{
|
||||
if (osuGame != null)
|
||||
allowOverlays.BindTo(osuGame.AllowOverlays);
|
||||
allowOverlays.BindTo(osuGame.OverlayActivationMode);
|
||||
|
||||
StateChanged += visibility =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user