1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:07:25 +08:00

Fix missing anchor/origin specification

This commit is contained in:
Dean Herbert 2019-07-30 23:45:55 +09:00
parent f6b6fa9633
commit 9335ebeb55

View File

@ -291,6 +291,8 @@ namespace osu.Game.Skinning
new NonPlayfieldSprite
{
Texture = skin.GetTexture("cursor"),
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
}
};
}