mirror of
https://github.com/ppy/osu
synced 2024-12-26 00:32:52 +00:00
Invalidate flashlightProperties on DrawInfo
This commit is contained in:
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)
|
||||
|
Loading…
Reference in New Issue
Block a user