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
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public TaikoMascotAnimation(TaikoMascotAnimationState state)
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);
});