mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 09:10:26 +08:00
Make DimmedLoadingLayer block input when active
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user