X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=shape.h;h=26b3b6315a1bf4b3bc931ca6bf5d4361b12f62ae;hp=01a5708bb0b1bfa33c17c263e2735630172e762c;hb=36430b3c87da1304d1de5bf9d294545f46d6f3a0;hpb=427e28fed419596ebf8b4b5b49d8e27fbb97b185 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; };