mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
readonly
This commit is contained in:
@ -22,7 +22,7 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Parts
|
|||||||
|
|
||||||
private partial class PreviewTimeVisualisation : PointVisualisation
|
private partial class PreviewTimeVisualisation : PointVisualisation
|
||||||
{
|
{
|
||||||
private BindableInt previewTime = new BindableInt();
|
private readonly BindableInt previewTime = new BindableInt();
|
||||||
|
|
||||||
public PreviewTimeVisualisation(BindableInt time)
|
public PreviewTimeVisualisation(BindableInt time)
|
||||||
: base(time.Value)
|
: base(time.Value)
|
||||||
|
Reference in New Issue
Block a user