Make constructor private

This commit is contained in:
Dean Herbert 2019-09-13 15:42:36 +09:00
parent dc8c7a5041
commit c66e963705

View File

@ -87,7 +87,7 @@ namespace osu.Game.Overlays.Dialog
}
}
public PopupDialog()
protected PopupDialog()
{
RelativeSizeAxes = Axes.Both;