mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:47:46 +08:00
Apply NRT to ContractedPanelTopContent
This commit is contained in:
parent
8e16b57d09
commit
e7721b073c
@ -1,8 +1,6 @@
|
||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
#nullable disable
|
||||
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Bindables;
|
||||
using osu.Framework.Graphics;
|
||||
@ -16,7 +14,7 @@ namespace osu.Game.Screens.Ranking.Contracted
|
||||
{
|
||||
public readonly Bindable<int?> ScorePosition = new Bindable<int?>();
|
||||
|
||||
private OsuSpriteText text;
|
||||
private OsuSpriteText text = null!;
|
||||
|
||||
public ContractedPanelTopContent()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user