mirror of
https://github.com/ppy/osu
synced 2025-02-18 11:26:57 +00:00
Make constructor private
This commit is contained in:
parent
dc8c7a5041
commit
c66e963705
@ -87,7 +87,7 @@ namespace osu.Game.Overlays.Dialog
|
||||
}
|
||||
}
|
||||
|
||||
public PopupDialog()
|
||||
protected PopupDialog()
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user