mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 17:40:37 +08:00
Update framework.
This commit is contained in:
+1
-1
Submodule osu-framework updated: 269a1fd192...7ae3cf1a10
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user