mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Not animate stars over MaxStars
This commit is contained in:
@ -141,7 +141,7 @@ namespace osu.Desktop.Tests
|
||||
|
||||
AddButton(@"Alter stars", delegate
|
||||
{
|
||||
tc.Count = RNG.NextSingle() * tc.MaxStars;
|
||||
tc.Count = RNG.NextSingle() * (tc.MaxStars + 1);
|
||||
text.Text = tc.Count.ToString("0.00");
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user