1
1

Cleanup: Remove outdated comment

This commit is contained in:
2022-08-04 23:41:57 -05:00
parent fd0c27944f
commit 4c340f9bd4

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;
};