From 03930634b437dc390354accd30563050d681a08d Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 24 Dec 2023 13:33:15 +0100 Subject: editor work --- include/objects.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/objects.h b/include/objects.h index 29e6db0..6ad5a10 100644 --- a/include/objects.h +++ b/include/objects.h @@ -26,9 +26,8 @@ typedef enum t_object_type { typedef struct t_object { bool active; - vec2f position; + vec3f position; vec3f size; - float h; object_type type; } object; -- cgit v1.2.3-70-g09d2