summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoresquizo <esquizo+noreply@esquizo.net>2026-05-19 13:45:18 -0300
committeresquizo <esquizo+noreply@esquizo.net>2026-05-19 13:45:18 -0300
commitcd8a7d9b8ee5e2c5af1fcd0d30a8e82444d11cc8 (patch)
tree67167e53ea7d237b763d6b6c74d4ea46aad7e21f
parent29a55a3a2674b076af6904417fb602654837cfec (diff)
libphysics: diminuido o tamanho do block pra 16 unidades
-rw-r--r--libphysics/dat.h2
1 files changed, 1 insertions, 1 deletions
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;