From cd8a7d9b8ee5e2c5af1fcd0d30a8e82444d11cc8 Mon Sep 17 00:00:00 2001 From: esquizo Date: Tue, 19 May 2026 13:45:18 -0300 Subject: libphysics: diminuido o tamanho do block pra 16 unidades --- libphysics/dat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libphysics/dat.h b/libphysics/dat.h index 9fe3312..cabe7f5 100644 --- a/libphysics/dat.h +++ b/libphysics/dat.h @@ -1,4 +1,4 @@ -#define BLOCK_SIZE 128 +#define BLOCK_SIZE 16 typedef struct Body { BodyType type; -- cgit v1.2.3