mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08: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;
|
||||
|
||||
public ModTimeRamp()
|
||||
protected ModTimeRamp()
|
||||
{
|
||||
// for preview purpose at song select. eventually we'll want to be able to update every frame.
|
||||
FinalRate.BindValueChanged(val => applyAdjustment(1), true);
|
||||
|
Loading…
Reference in New Issue
Block a user