Converted constructor to protected

This commit is contained in:
Andrey Zavadskiy
2017-04-04 19:02:36 +03:00
parent 7b95f2d46a
commit f2a9ec0f24

View File

@ -192,7 +192,7 @@ namespace osu.Game.Screens.Play
}
public InGameOverlay()
protected InGameOverlay()
{
AlwaysReceiveInput = true;
RelativeSizeAxes = Axes.Both;