1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 17:02:55 +08:00

oops redundant default value

This commit is contained in:
Davran Dilshat 2021-08-23 16:55:31 +01:00
parent 9a507ed273
commit 20222f09c4

View File

@ -202,7 +202,7 @@ namespace osu.Game.Graphics.Containers
});
}
private int lastKnownChildrenCount = 0;
private int lastKnownChildrenCount;
protected override void UpdateAfterChildren()
{