JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
bbox collision detection.
[vor.git] / shape.h
diff --git a/shape.h b/shape.h
index c9a43fa..a76951d 100644 (file)
--- a/shape.h
+++ b/shape.h
@@ -2,8 +2,8 @@
 #include <stdint.h>
 
 struct shape {
-       uint32_t w, h;
-       uint32_t mw;
+       int w, h;
+       int mw;
        uint32_t *mask;
 };