mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:22:55 +08:00
Use lambda
Co-Authored-By: peppy <pe@ppy.sh>
This commit is contained in:
parent
260034a80e
commit
c8c375636f
@ -32,7 +32,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
|
||||
public bool HoldFocus
|
||||
{
|
||||
get { return allowImmediateFocus && focus; }
|
||||
get => allowImmediateFocus && focus;
|
||||
set
|
||||
{
|
||||
focus = value;
|
||||
|
Loading…
Reference in New Issue
Block a user