1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-10 18:10:46 +09:00

Fix inspection

This commit is contained in:
Dan Balasescu 2024-02-04 17:21:34 +09:00
parent 76100a481e
commit a096b827d9
No known key found for this signature in database

View file

@ -46,7 +46,7 @@ namespace PerformanceCalculatorGUI.Screens.ObjectInspection
private partial class CatchObjectInspectorPlayfield : CatchEditorPlayfield
{
protected override GameplayCursorContainer CreateCursor() => null;
protected override GameplayCursorContainer CreateCursor() => null!;
public CatchObjectInspectorPlayfield(IBeatmapDifficultyInfo difficulty)
: base(difficulty)