mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +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 BindableInt previewTime = new BindableInt();
|
||||
private readonly BindableInt previewTime = new BindableInt();
|
||||
|
||||
public PreviewTimeVisualisation(BindableInt time)
|
||||
: base(time.Value)
|
||||
|
Reference in New Issue
Block a user