X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=shape.h;h=26b3b6315a1bf4b3bc931ca6bf5d4361b12f62ae;hp=01a5708bb0b1bfa33c17c263e2735630172e762c;hb=9f0bc6ef9620912ca42eca9c3f4b6ca10dba35ce;hpb=46dacbe75dac20a1c6e1b61a2eb99ca25fc971ec diff --git a/shape.h b/shape.h index 01a5708..26b3b63 100644 --- a/shape.h +++ b/shape.h @@ -6,7 +6,7 @@ struct shape { int w, h; - int mw; + int mw; // mask width (number of uint32's) uint32_t *mask; uint32_t area; };