Skip to content

Commit

Permalink
Fixed shutdown issue in RuntimeMesh
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Conway committed Jul 2, 2020
1 parent cf0424b commit 636d5b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/RuntimeMeshComponent/Private/RuntimeMesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ UMaterialInterface* URuntimeMesh::GetMaterial(int32 SlotIndex)

void URuntimeMesh::BeginDestroy()
{
Reset();
GCAnchor.BeginDestroy();
Super::BeginDestroy();
}
Expand Down

0 comments on commit 636d5b5

Please sign in to comment.