Cleanup: Remove outdated comment for Mesh geometry component

This commit is contained in:
Hans Goudey 2023-07-05 08:27:03 -04:00
parent 5201a55ea0
commit b0b5af5dd6
1 changed files with 1 additions and 4 deletions

View File

@ -388,10 +388,7 @@ struct GeometrySet {
/**
* A geometry component that can store a mesh, using the #Mesh data-block.
*
* Attributes are stored, on any of the four attribute domains. Generic attributes are stored in
* contiguous arrays, but often built-in attributes are stored in an array of structs fashion for
* historical reasons, requiring more complex attribute access.
* Attributes are stored on any of the four attribute domains.
*/
class MeshComponent : public GeometryComponent {
private: