mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 16:02:58 +08:00
readonly
This commit is contained in:
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)
|
||||
|
Loading…
Reference in New Issue
Block a user