mirror of
https://github.com/ppy/osu.git
synced 2026-06-02 18:19:59 +08:00
Remove shallPropagate
This commit is contained in:
@@ -129,7 +129,7 @@ namespace osu.Game.Graphics.Backgrounds
|
||||
{
|
||||
base.Update();
|
||||
|
||||
Invalidate(Invalidation.DrawNode, shallPropagate: false);
|
||||
Invalidate(Invalidation.DrawNode);
|
||||
|
||||
if (CreateNewTriangles)
|
||||
addTriangles(false);
|
||||
|
||||
Reference in New Issue
Block a user