mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 02:37:25 +09:00
Update test
This commit is contained in:
parent
04f7def798
commit
d39d552660
@ -63,10 +63,12 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
{
|
{
|
||||||
public int CreationCount { get; private set; }
|
public int CreationCount { get; private set; }
|
||||||
|
|
||||||
protected override void RecreateGraph()
|
protected override void UpdateGraph()
|
||||||
{
|
{
|
||||||
base.RecreateGraph();
|
base.UpdateGraph();
|
||||||
CreationCount++;
|
|
||||||
|
if (base.ColumnCount > 0)
|
||||||
|
CreationCount++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user