mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 15:53:21 +08:00
Update framework.
This commit is contained in:
parent
0bcec4e61a
commit
79031b9e74
@ -1 +1 @@
|
||||
Subproject commit 269a1fd192c573d558a5ab0ff990a8b462947287
|
||||
Subproject commit 7ae3cf1a10fa973a49995a71cbaf768702be1cce
|
@ -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
|
||||
{
|
||||
|
@ -213,7 +213,7 @@ namespace osu.Game.Modes.UI
|
||||
|
||||
protected class TransformComboRoll : Transform<int>
|
||||
{
|
||||
protected override int CurrentValue
|
||||
public override int CurrentValue
|
||||
{
|
||||
get
|
||||
{
|
||||
|
@ -36,7 +36,7 @@ namespace osu.Game.Modes.UI
|
||||
|
||||
protected class TransformComboResult : Transform<ulong>
|
||||
{
|
||||
protected override ulong CurrentValue
|
||||
public override ulong CurrentValue
|
||||
{
|
||||
get
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user