mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 08:33:55 +09:00
Converted constructor to protected
This commit is contained in:
@ -192,7 +192,7 @@ namespace osu.Game.Screens.Play
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public InGameOverlay()
|
protected InGameOverlay()
|
||||||
{
|
{
|
||||||
AlwaysReceiveInput = true;
|
AlwaysReceiveInput = true;
|
||||||
RelativeSizeAxes = Axes.Both;
|
RelativeSizeAxes = Axes.Both;
|
||||||
|
Reference in New Issue
Block a user