mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 17:52:56 +08:00
Fixes syntax error
This commit is contained in:
parent
a9318e5c04
commit
ced7212660
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user