mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 02:09:52 +08:00
Fixes syntax error
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user