mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Always apply stable's magic ratio
This commit is contained in:
parent
b99efefb9d
commit
70d39e9be4
@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Osu.Skinning
|
|||||||
Texture = skin.GetTexture("cursortrail");
|
Texture = skin.GetTexture("cursortrail");
|
||||||
disjointTrail = skin.GetTexture("cursormiddle") == null;
|
disjointTrail = skin.GetTexture("cursormiddle") == null;
|
||||||
|
|
||||||
if (disjointTrail && Texture != null)
|
if (Texture != null)
|
||||||
{
|
{
|
||||||
// stable "magic ratio". see OsuPlayfieldAdjustmentContainer for full explanation.
|
// stable "magic ratio". see OsuPlayfieldAdjustmentContainer for full explanation.
|
||||||
Texture.ScaleAdjust *= 1.6f;
|
Texture.ScaleAdjust *= 1.6f;
|
||||||
|
Loading…
Reference in New Issue
Block a user