mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Visual and readability improvements to StarCounter.
This commit is contained in:
@ -158,7 +158,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
|
||||
AddButton(@"Alter stars", delegate
|
||||
{
|
||||
stars.Count = RNG.NextSingle() * (stars.MaxStars + 1);
|
||||
stars.Count = RNG.NextSingle() * (stars.StarCount + 1);
|
||||
starsLabel.Text = stars.Count.ToString("0.00");
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user