mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 19:41:06 +08:00
Invalidate flashlightProperties on DrawInfo
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user