1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 12:33:01 +08:00

Update framework

This commit is contained in:
Thomas Müller 2017-07-10 11:54:23 +03:00
parent 0e0c32008b
commit c4e378571b
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit ea243f1fef4db2aa044c0d3fc980879dde383a24
Subproject commit 870ae62a35fc0296009bf6d711922da5b9b5612f

View File

@ -75,7 +75,7 @@ namespace osu.Game.Screens.Play
private const int max_catch_up_updates_per_frame = 50;
protected override bool UpdateSubTree()
public override bool UpdateSubTree()
{
requireMoreUpdateLoops = true;
validState = true;