X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=cl_screen.h;h=c48a2cf4592c859e7b961b2f87f097fc1fa001d5;hb=18d36b7109104e1502428a4047d1c969b5c04fcd;hp=9a4859b583c6f72c4e4c9917b75ec2333b681c17;hpb=95e8238ac7bd49287e1cca92341bd2520e01e8e2;p=xonotic%2Fdarkplaces.git diff --git a/cl_screen.h b/cl_screen.h index 9a4859b5..c48a2cf4 100644 --- a/cl_screen.h +++ b/cl_screen.h @@ -18,8 +18,8 @@ drawqueue_t; // a triangle mesh... embedded in the drawqueue // each vertex is 4 floats (3 are used) -// each texcoord pair is 2 floats -// each color is 4 floats +// each texcoord is 4 floats (3 are used) +// each color is 4 floats (4 are used) typedef struct drawqueuemesh_s { rtexture_t *texture;