1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 06:33:20 +08:00

Fixes syntax error

This commit is contained in:
o-dasher 2022-09-25 16:33:39 -04:00
parent a9318e5c04
commit ced7212660

View File

@ -51,7 +51,7 @@ namespace osu.Game.Tests.Visual.UserInterface
Current = new BindableDouble
{
Default = 1.0,
MinValue = 1.0
MinValue = 1.0,
MaxValue = 10.0,
Precision = 0.01,
},