1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 04:09:53 +08:00

Make drawing screen transition properly

This commit is contained in:
Dean Herbert
2019-11-08 17:56:11 +09:00
Unverified
parent 7b8ed1ac9a
commit 12b855d68f
@@ -24,7 +24,7 @@ using osuTK.Graphics;
namespace osu.Game.Tournament.Screens.Drawings
{
public class DrawingsScreen : CompositeDrawable
public class DrawingsScreen : TournamentScreen
{
private const string results_filename = "drawings_results.txt";