1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:07:23 +08:00

Forgot one

This commit is contained in:
DrabWeb 2017-01-30 08:08:38 -04:00
parent 8f6a6143d6
commit 9ab49247b2

View File

@ -61,10 +61,10 @@ namespace osu.Desktop.VisualTests.Tests
Width = 100,
Height = 50,
Colour = Color4.Black,
Action = (delegate {
Action = delegate {
retryCount++;
pauseOverlay.SetRetries(retryCount);
}),
},
}
}
}