mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Update framework.
This commit is contained in:
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