summaryrefslogtreecommitdiff
path: root/include/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/objects.h')
-rw-r--r--include/objects.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/objects.h b/include/objects.h
index 04f434b..46d03ff 100644
--- a/include/objects.h
+++ b/include/objects.h
@@ -17,10 +17,10 @@ typedef struct t_object {
} object;
typedef struct t_box {
- vec2f tl_b;
- vec2f tr_b;
- vec2f bl_b;
- vec2f br_b;
+ vec2f tl_d;
+ vec2f tr_d;
+ vec2f bl_d;
+ vec2f br_d;
vec2f tl_u;
vec2f tr_u;