1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 03:33:40 +08:00
This commit is contained in:
cdwcgt
2022-12-30 22:59:56 +09:00
Unverified
parent a91da2284d
commit 23c485c763
@@ -22,7 +22,7 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Parts
private partial class PreviewTimeVisualisation : PointVisualisation
{
private BindableInt previewTime = new BindableInt();
private readonly BindableInt previewTime = new BindableInt();
public PreviewTimeVisualisation(BindableInt time)
: base(time.Value)