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

Fix URL pointing to non-existent commit

This commit is contained in:
Salman Ahmed 2024-03-29 23:33:04 +03:00
parent c21805589e
commit 51f79c33e1

View File

@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Taiko.UI
InternalChild = textureAnimation = createTextureAnimation(state).With(animation =>
{
animation.Origin = animation.Anchor = Anchor.BottomLeft;
// matches stable (https://github.com/peppy/osu-stable-reference/blob/054d0380c19aa5972be176d9d242ceb0e1630ae6/osu!/GameModes/Play/Rulesets/Taiko/TaikoMascot.cs#L34)
// matches stable (https://github.com/peppy/osu-stable-reference/blob/e53980dd76857ee899f66ce519ba1597e7874f28/osu!/GameModes/Play/Rulesets/Taiko/TaikoMascot.cs#L34)
animation.Scale = new Vector2(0.6f);
});