1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 17:40:37 +08:00

Update framework.

This commit is contained in:
Dean Herbert
2017-03-31 12:58:54 +09:00
Unverified
parent 0bcec4e61a
commit 79031b9e74
5 changed files with 5 additions and 5 deletions
@@ -47,7 +47,7 @@ namespace osu.Game.Graphics.UserInterface
protected class TransformAccuracy : Transform<double>
{
protected override double CurrentValue
public override double CurrentValue
{
get
{
@@ -51,7 +51,7 @@ namespace osu.Game.Graphics.UserInterface
protected class TransformScore : Transform<double>
{
protected override double CurrentValue
public override double CurrentValue
{
get
{
+1 -1
View File
@@ -213,7 +213,7 @@ namespace osu.Game.Modes.UI
protected class TransformComboRoll : Transform<int>
{
protected override int CurrentValue
public override int CurrentValue
{
get
{
+1 -1
View File
@@ -36,7 +36,7 @@ namespace osu.Game.Modes.UI
protected class TransformComboResult : Transform<ulong>
{
protected override ulong CurrentValue
public override ulong CurrentValue
{
get
{