Rename WebOverlay to OnlineOverlay

This commit is contained in:
Andrei Zavatski
2021-01-18 11:13:38 +03:00
parent b27b18f70f
commit 6e34ab5d15
7 changed files with 8 additions and 8 deletions

View File

@ -19,7 +19,7 @@ using osuTK.Graphics;
namespace osu.Game.Overlays
{
public class BeatmapSetOverlay : WebOverlay<OverlayHeader> // we don't provide a standard header for now.
public class BeatmapSetOverlay : OnlineOverlay<OverlayHeader> // we don't provide a standard header for now.
{
public const float X_PADDING = 40;
public const float Y_PADDING = 25;