Cleanup: Remove outdated comment

This commit is contained in:
Hans Goudey 2022-08-04 23:41:57 -05:00
parent fd0c27944f
commit 4c340f9bd4
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ template<typename AttributeType, typename VBOType> struct AttributeTypeConverter
}
};
/* Similar to the one in #extract_mesh_vcol_vbo.cc */
struct gpuMeshCol {
ushort r, g, b, a;
};