mirror of
https://github.com/ppy/osu
synced 2025-01-21 13:23:13 +00:00
Enable NRT on AccuracyHeatmap
This commit is contained in:
parent
dc421bd2af
commit
9fe787acd8
@ -1,8 +1,6 @@
|
|||||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
// 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.
|
// See the LICENCE file in the repository root for full licence text.
|
||||||
|
|
||||||
#nullable disable
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
@ -36,8 +34,8 @@ namespace osu.Game.Rulesets.Osu.Statistics
|
|||||||
|
|
||||||
private const float rotation = 45;
|
private const float rotation = 45;
|
||||||
|
|
||||||
private BufferedContainer bufferedGrid;
|
private BufferedContainer bufferedGrid = null!;
|
||||||
private GridContainer pointGrid;
|
private GridContainer pointGrid = null!;
|
||||||
|
|
||||||
private readonly ScoreInfo score;
|
private readonly ScoreInfo score;
|
||||||
private readonly IBeatmap playableBeatmap;
|
private readonly IBeatmap playableBeatmap;
|
||||||
|
Loading…
Reference in New Issue
Block a user