mirror of
https://github.com/ppy/osu
synced 2025-02-09 06:36:56 +00: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…
Reference in New Issue
Block a user