mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Update calls to use new variable name
This commit is contained in:
@ -32,7 +32,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
|
||||
Add(new OpaqueBackground { Depth = 1 });
|
||||
|
||||
Flow.Add(avatar = new UpdateableAvatar(openOnClick: false)
|
||||
Flow.Add(avatar = new UpdateableAvatar(isInteractive: false)
|
||||
{
|
||||
Masking = true,
|
||||
Size = new Vector2(32),
|
||||
|
Reference in New Issue
Block a user