mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Use expression body for property get/set where possible
This commit is contained in:
@ -86,7 +86,7 @@ namespace osu.Game.Graphics.Backgrounds
|
||||
|
||||
public float TriangleScale
|
||||
{
|
||||
get { return triangleScale; }
|
||||
get => triangleScale;
|
||||
set
|
||||
{
|
||||
float change = value / triangleScale;
|
||||
|
Reference in New Issue
Block a user