mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09:00
Apply requested changes
This commit is contained in:
parent
6f94c110a5
commit
a54bda6ce1
@ -1 +1 @@
|
|||||||
Subproject commit fac688633b8fcf34ae5d0514c26b03e217161eb4
|
Subproject commit 80e78fd45bb79ca4bc46ecc05deb6058f3879faa
|
@ -18,9 +18,7 @@ namespace osu.Game.Screens.Edit
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class EditorClock : DecoupleableInterpolatingFramedClock
|
public class EditorClock : DecoupleableInterpolatingFramedClock
|
||||||
{
|
{
|
||||||
//public Bindable<WorkingBeatmap> Beatmap = new Bindable<WorkingBeatmap>();
|
public readonly double TrackLength;
|
||||||
|
|
||||||
public double TrackLength;
|
|
||||||
|
|
||||||
public ControlPointInfo ControlPointInfo;
|
public ControlPointInfo ControlPointInfo;
|
||||||
|
|
||||||
@ -33,6 +31,7 @@ namespace osu.Game.Screens.Edit
|
|||||||
ControlPointInfo = beatmap.Value.Beatmap.ControlPointInfo;
|
ControlPointInfo = beatmap.Value.Beatmap.ControlPointInfo;
|
||||||
TrackLength = beatmap.Value.Track.Length;
|
TrackLength = beatmap.Value.Track.Length;
|
||||||
}
|
}
|
||||||
|
|
||||||
public EditorClock(ControlPointInfo controlPointInfo, double trackLength, BindableBeatDivisor beatDivisor)
|
public EditorClock(ControlPointInfo controlPointInfo, double trackLength, BindableBeatDivisor beatDivisor)
|
||||||
{
|
{
|
||||||
this.beatDivisor = beatDivisor;
|
this.beatDivisor = beatDivisor;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user