mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Remove Precision
call for database write shortcutting
Shouldn't be required.
This commit is contained in:
@ -140,7 +140,7 @@ namespace osu.Game.Screens.Play.PlayerSettings
|
||||
if (settings == null) // only the case for tests.
|
||||
return;
|
||||
|
||||
if (Precision.AlmostEquals(settings.Offset, Current.Value))
|
||||
if (settings.Offset == Current.Value)
|
||||
return;
|
||||
|
||||
settings.Offset = Current.Value;
|
||||
|
Reference in New Issue
Block a user