diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h index 5eaba97fc63..29b0db4e20f 100644 --- a/source/blender/makesdna/DNA_meshdata_types.h +++ b/source/blender/makesdna/DNA_meshdata_types.h @@ -59,7 +59,7 @@ typedef struct MVert { } MVert; typedef struct MCol { - char a, r, g, b; + char a, b, g, r; } MCol; typedef struct MSticky {