1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 00:33:21 +08:00

Use lambda

Co-Authored-By: peppy <pe@ppy.sh>
This commit is contained in:
Aergwyn 2019-01-25 19:34:25 +09:00 committed by GitHub
parent 260034a80e
commit c8c375636f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ namespace osu.Game.Graphics.UserInterface
public bool HoldFocus public bool HoldFocus
{ {
get { return allowImmediateFocus && focus; } get => allowImmediateFocus && focus;
set set
{ {
focus = value; focus = value;