mirror of
https://github.com/ppy/osu.git
synced 2026-06-08 19:24:22 +08:00
Make constructor private
This commit is contained in:
@@ -87,7 +87,7 @@ namespace osu.Game.Overlays.Dialog
|
||||
}
|
||||
}
|
||||
|
||||
public PopupDialog()
|
||||
protected PopupDialog()
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user