Skip to content

Commit

Permalink
Fix assertion failure when exiting PIE.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Nov 6, 2024
1 parent 751575f commit 9adf16d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/CesiumRuntime/Private/CesiumSunSky.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ void ACesiumSunSky::EndPlay(const EEndPlayReason::Type EndPlayReason) {
this->_transformUpdatedSubscription);
this->_transformUpdatedSubscription.Reset();
}

Super::EndPlay(EndPlayReason);
}

void ACesiumSunSky::Serialize(FArchive& Ar) {
Expand Down

0 comments on commit 9adf16d

Please sign in to comment.