1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-22 16:32:59 +08:00

Mark readonly

This commit is contained in:
Dean Herbert 2020-01-21 20:54:50 +09:00
parent c88bdbd4a0
commit a963d652bc

View File

@ -61,7 +61,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
private class TimelineHitObjectRepresentation : SelectionBlueprint private class TimelineHitObjectRepresentation : SelectionBlueprint
{ {
private Circle circle; private readonly Circle circle;
public const float THICKNESS = 3; public const float THICKNESS = 3;