Cleanup: quiet switch warning

This commit is contained in:
Campbell Barton 2024-05-28 21:35:27 +10:00
parent a64f36a591
commit a55c3f503c

@ -134,6 +134,9 @@ GeometryInfoLog::GeometryInfoLog(const bke::GeometrySet &geometry_set)
}
break;
}
case bke::GeometryComponent::Type::GreasePencil: {
break;
}
}
}
}