mirror of
https://github.com/ppy/osu.git
synced 2025-03-14 05:47:20 +08:00
Mark FullscreenOverlay
's shadow effect as Hollow
to save on shader overhead
This commit is contained in:
parent
6f4e2b37ed
commit
02d8e3a11e
@ -56,6 +56,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
Colour = Color4.Black.Opacity(0),
|
||||
Type = EdgeEffectType.Shadow,
|
||||
Hollow = true,
|
||||
Radius = 10
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user