Skip to content

Commit

Permalink
remove CacheRecoveryChildIndex and add InsertChildObject()
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiraSora committed Oct 27, 2024
1 parent cc3a138 commit ce31ed3
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 422 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public ConnectableObjectBase PrevObject
public override ConnectableStartObject ReferenceStartObject => referenceStartObject;

private int recordId = int.MinValue;
internal int CacheRecoveryChildIndex { get; set; } = -1;
public override int RecordId { get => ReferenceStartObject?.RecordId ?? recordId; set => Set(ref recordId, value); }

private List<LaneCurvePathControlObject> pathControls = new();
Expand Down
Loading

0 comments on commit ce31ed3

Please sign in to comment.