mirror of https://github.com/ppy/osu
Make DimmedLoadingLayer block input when active (#6956)
Make DimmedLoadingLayer block input when active Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
commit
061d9f8d1b
|
@ -10,7 +10,7 @@
|
|||
|
||||
namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
public class DimmedLoadingLayer : VisibilityContainer
|
||||
public class DimmedLoadingLayer : OverlayContainer
|
||||
{
|
||||
private const float transition_duration = 250;
|
||||
|
||||
|
|
Loading…
Reference in New Issue