Skip to content

Commit

Permalink
[ue] Do not access TrackEntry during Destroy, as it may be invalid at…
Browse files Browse the repository at this point in the history
… that point.
  • Loading branch information
badlogic committed Dec 6, 2024
1 parent ab545be commit fa0e27b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ void USpineSkeletonAnimationComponent::BeginPlay() {
}

void UTrackEntry::BeginDestroy() {
if (entry) {
entry->setRendererObject(nullptr);
}
Super::BeginDestroy();
}

Expand Down

0 comments on commit fa0e27b

Please sign in to comment.