1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 19:22:56 +08:00

Remove unused offset

This commit is contained in:
Dean Herbert 2020-10-15 17:22:34 +09:00
parent d8d085ede9
commit 5b5ba7df93

View File

@ -5,14 +5,11 @@ using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Game.Graphics;
using osu.Game.Graphics.UserInterface;
using osuTK;
namespace osu.Game.Screens.Play.HUD
{
public class DefaultScoreCounter : ScoreCounter
{
private readonly Vector2 offset = new Vector2(20, 5);
public DefaultScoreCounter()
: base(6)
{