1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:02:53 +08:00

Fix xmldoc

This commit is contained in:
Dean Herbert 2019-07-02 17:47:19 +09:00
parent 6c7b97931e
commit 7b2227c505

View File

@ -12,7 +12,7 @@ using osuTK;
namespace osu.Game.Graphics.Backgrounds
{
/// <summary>
/// A background which offer blurring on demand.
/// A background which offers blurring via a <see cref="BufferedContainer"/> on demand.
/// </summary>
public class Background : CompositeDrawable
{