1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 18:19:59 +08:00

Remove shallPropagate

This commit is contained in:
smoogipoo
2020-02-25 11:30:33 +09:00
Unverified
parent 6c28fd21c7
commit f71c45cb1b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ namespace osu.Game.Graphics.Backgrounds
{
base.Update();
Invalidate(Invalidation.DrawNode, shallPropagate: false);
Invalidate(Invalidation.DrawNode);
if (CreateNewTriangles)
addTriangles(false);