Skip to content

Commit 02d7eed

Browse files
committed
Remove unnecessary if
1 parent 879ae27 commit 02d7eed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Source/CesiumRuntime/Private/CesiumPropertyAttribute.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ FCesiumPropertyAttribute::FCesiumPropertyAttribute(
1616
_className(propertyAttribute.classProperty.c_str()),
1717
_elementCount(0),
1818
_properties() {
19-
if (primitive.attributes.empty()) {
20-
return;
21-
}
22-
2319
CesiumGltf::PropertyAttributeView propertyAttributeView{
2420
model,
2521
propertyAttribute};

0 commit comments

Comments
 (0)