X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fvertexformat.h;h=68c3e4c9a38828f42cba32729dae126ee3f75187;hp=132d0b95a88a0b36411b70a55ade9a48c5c19c15;hb=07a69fb2c913d489510e384599ae63ed9e045c60;hpb=e92de029768eef5f0fd744329e589161b46d0762 diff --git a/source/core/vertexformat.h b/source/core/vertexformat.h index 132d0b95..68c3e4c9 100644 --- a/source/core/vertexformat.h +++ b/source/core/vertexformat.h @@ -40,10 +40,10 @@ enum VertexAttribute COLOR4 = 0x05C4, NORMAL3 = 0x09C3, TANGENT3 = 0x0DC3, - GROUP1 = 0x11C1, - GROUP2 = 0x11C2, - GROUP3 = 0x11C3, - GROUP4 = 0x11C4, + GROUP1 = 0x10C9, + GROUP2 = 0x10CA, + GROUP3 = 0x10CB, + GROUP4 = 0x10CC, WEIGHT1 = 0x15C1, WEIGHT2 = 0x15C2, WEIGHT3 = 0x15C3,