1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 21:43:22 +08:00

Make DimmedLoadingLayer block input when active

This commit is contained in:
Dean Herbert 2019-11-25 11:49:54 +09:00
parent a946a9a02c
commit 36cabe72cf

View File

@ -10,7 +10,7 @@ using osuTK;
namespace osu.Game.Graphics.UserInterface
{
public class DimmedLoadingLayer : VisibilityContainer
public class DimmedLoadingLayer : OverlayContainer
{
private const float transition_duration = 250;