diff options
Diffstat (limited to 'include/objects.h')
| -rw-r--r-- | include/objects.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/objects.h b/include/objects.h index c4bb689..b7c14b3 100644 --- a/include/objects.h +++ b/include/objects.h @@ -28,8 +28,8 @@ typedef struct t_box { vec2f br_u; } box; -object objects[50]; -int max_objects = 50; +int max_objects = 150; +object objects[150]; void create_objects(); void draw_objects_at_row(platform_window* window, int row); |
