mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:52:53 +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;
|
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…
Reference in New Issue
Block a user