mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
add comment and cleanup
This commit is contained in:
@ -7,6 +7,7 @@ using osu.Framework.Bindables;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Game.Configuration;
|
||||
using osu.Game.Graphics.Backgrounds;
|
||||
using osu.Game.Screens.Play;
|
||||
using osuTK;
|
||||
|
||||
namespace osu.Game.Graphics.Containers
|
||||
|
@ -19,6 +19,10 @@ namespace osu.Game.Graphics.Containers
|
||||
public DimmableStoryboardContainer(Storyboard storyboard)
|
||||
{
|
||||
this.storyboard = storyboard;
|
||||
|
||||
// Storyboards current do not get used in scenarios without user dim, so default to enabled here.
|
||||
EnableUserDim.Default = true;
|
||||
EnableUserDim.Value = true;
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Reference in New Issue
Block a user