mirror of
https://github.com/ppy/osu
synced 2025-01-15 18:41:14 +00:00
Remove unnecessary float literal
This commit is contained in:
parent
cb2444e01c
commit
aa79758db5
@ -34,7 +34,7 @@ namespace osu.Game.Rulesets.Catch.Judgements
|
||||
default:
|
||||
return 0;
|
||||
case HitResult.Perfect:
|
||||
return 10.2f;
|
||||
return 10.2;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user