mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Forgot one
This commit is contained in:
@ -61,10 +61,10 @@ namespace osu.Desktop.VisualTests.Tests
|
|||||||
Width = 100,
|
Width = 100,
|
||||||
Height = 50,
|
Height = 50,
|
||||||
Colour = Color4.Black,
|
Colour = Color4.Black,
|
||||||
Action = (delegate {
|
Action = delegate {
|
||||||
retryCount++;
|
retryCount++;
|
||||||
pauseOverlay.SetRetries(retryCount);
|
pauseOverlay.SetRetries(retryCount);
|
||||||
}),
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user