mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 14:12:56 +08:00
Amend comment
This commit is contained in:
parent
2467ece020
commit
f670e4664d
@ -73,7 +73,7 @@ namespace osu.Game.Graphics.Containers
|
|||||||
|
|
||||||
public override void Add(Drawable drawable)
|
public override void Add(Drawable drawable)
|
||||||
{
|
{
|
||||||
// We need to blur instantly here in the case of changing beatmap backgrounds, where blurring shouldn't be from 0 every time the beatmap is changed.
|
// Make sure we're already at the correct blur target when a background is added to the container.
|
||||||
if (drawable is Background b)
|
if (drawable is Background b)
|
||||||
{
|
{
|
||||||
background = b;
|
background = b;
|
||||||
|
Loading…
Reference in New Issue
Block a user