only get;

This commit is contained in:
cdwcgt 2022-12-16 09:58:58 +09:00
parent 984f0b5fa9
commit f0246df1a9
No known key found for this signature in database
GPG Key ID: 144396D01095C3A2
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public partial class EditorBeatmap : TransactionalCommitComponent, IBeatmap, IBe
[Resolved] [Resolved]
private EditorClock editorClock { get; set; } private EditorClock editorClock { get; set; }
public BindableInt PreviewTime; public BindableInt PreviewTime { get; }
private readonly IBeatmapProcessor beatmapProcessor; private readonly IBeatmapProcessor beatmapProcessor;