Skip to content

Commit

Permalink
added RuntimeLOD Empty
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeioris committed Dec 11, 2023
1 parent b91a3e4 commit 6a56d35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/glTFRuntime/Public/glTFRuntimeParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -1543,6 +1543,11 @@ struct FglTFRuntimeMeshLOD
bHasUV = false;
bHasVertexColors = false;
}

void Empty()
{
Primitives.Empty();
}
};

struct FglTFRuntimeStaticMeshContext : public FGCObject
Expand Down

0 comments on commit 6a56d35

Please sign in to comment.