mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Fixes syntax error
This commit is contained in:
@ -51,7 +51,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
|||||||
Current = new BindableDouble
|
Current = new BindableDouble
|
||||||
{
|
{
|
||||||
Default = 1.0,
|
Default = 1.0,
|
||||||
MinValue = 1.0
|
MinValue = 1.0,
|
||||||
MaxValue = 10.0,
|
MaxValue = 10.0,
|
||||||
Precision = 0.01,
|
Precision = 0.01,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user