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
1 changed files with 1 additions and 1 deletions

View File

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