Skip to content

Commit

Permalink
Fix URL pointing to non-existent commit
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzibyte committed Mar 29, 2024
1 parent c218055 commit 51f79c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Taiko/UI/TaikoMascotAnimation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

Expand Down

0 comments on commit 51f79c3

Please sign in to comment.