mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
f248c0a98e
Due to unnoticed past changes TestSceneDirectPanel has regressed in that clicking the preview track button would crash due to an unregistered IPreviewTrackOwner dependency. Make the test scene itself implement that empty interface and cache itself as IPreviewTrackOwner so that preview tracks lower down can resolve the dependency. As the test is purely visual and has no assertions, and the important logic in that area (preview track playing logic) is already well-covered enough elsewhere, no further changes were made. |
||
---|---|---|
.. | ||
Beatmaps | ||
Chat | ||
Editor | ||
Gameplay | ||
NonVisual | ||
Online | ||
Resources | ||
Scores/IO | ||
ScrollAlgorithms | ||
Skins | ||
Visual | ||
osu.Game.Tests.csproj | ||
WaveformTestBeatmap.cs |