1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:47:24 +08:00
This commit is contained in:
cdwcgt 2022-12-30 22:59:56 +09:00
parent a91da2284d
commit 23c485c763
No known key found for this signature in database
GPG Key ID: 144396D01095C3A2

View File

@ -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)