mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Merge branch 'master' into more-inspections
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