mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 21:17:32 +09:00
Make constructor protected
This commit is contained in:
parent
af15662856
commit
72ea871bff
@ -35,7 +35,7 @@ namespace osu.Game.Rulesets.Mods
|
|||||||
|
|
||||||
private Track track;
|
private Track track;
|
||||||
|
|
||||||
public ModTimeRamp()
|
protected ModTimeRamp()
|
||||||
{
|
{
|
||||||
// for preview purpose at song select. eventually we'll want to be able to update every frame.
|
// for preview purpose at song select. eventually we'll want to be able to update every frame.
|
||||||
FinalRate.BindValueChanged(val => applyAdjustment(1), true);
|
FinalRate.BindValueChanged(val => applyAdjustment(1), true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user