Make disclaimer actually be a thing.

This commit is contained in:
Dean Herbert
2017-02-18 14:16:46 +09:00
parent 76cab600d9
commit bf33cc6f53
4 changed files with 100 additions and 9 deletions

View File

@ -14,7 +14,7 @@ using OpenTK.Graphics;
namespace osu.Game.Screens.Menu
{
class Intro : OsuScreen
public class Intro : OsuScreen
{
private OsuLogo logo;