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:
parent
9a507ed273
commit
20222f09c4
@ -202,7 +202,7 @@ namespace osu.Game.Graphics.Containers
|
||||
});
|
||||
}
|
||||
|
||||
private int lastKnownChildrenCount = 0;
|
||||
private int lastKnownChildrenCount;
|
||||
|
||||
protected override void UpdateAfterChildren()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user