1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 16:10:24 +08:00

Invalidate flashlightProperties on DrawInfo

This commit is contained in:
NaiPofo
2022-07-29 20:08:32 +02:00
committed by GitHub
Unverified
parent f79d749fea
commit 4e32d510c3
@@ -49,7 +49,7 @@ namespace osu.Game.Rulesets.Taiko.Mods
private class TaikoFlashlight : Flashlight
{
private readonly LayoutValue flashlightProperties = new LayoutValue(Invalidation.DrawSize);
private readonly LayoutValue flashlightProperties = new LayoutValue(Invalidation.DrawSize | Invalidation.DrawInfo);
private readonly TaikoPlayfield taikoPlayfield;
public TaikoFlashlight(TaikoModFlashlight modFlashlight, TaikoPlayfield taikoPlayfield)