Skip to content

Commit 636d5b5

Browse files
author
Chris Conway
committed
Fixed shutdown issue in RuntimeMesh
1 parent cf0424b commit 636d5b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/RuntimeMeshComponent/Private/RuntimeMesh.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ UMaterialInterface* URuntimeMesh::GetMaterial(int32 SlotIndex)
389389

390390
void URuntimeMesh::BeginDestroy()
391391
{
392+
Reset();
392393
GCAnchor.BeginDestroy();
393394
Super::BeginDestroy();
394395
}

0 commit comments

Comments
 (0)