diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-05-19 13:45:18 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-05-19 13:45:18 -0300 |
| commit | cd8a7d9b8ee5e2c5af1fcd0d30a8e82444d11cc8 (patch) | |
| tree | 67167e53ea7d237b763d6b6c74d4ea46aad7e21f /libphysics | |
| parent | 29a55a3a2674b076af6904417fb602654837cfec (diff) | |
libphysics: diminuido o tamanho do block pra 16 unidades
Diffstat (limited to 'libphysics')
| -rw-r--r-- | libphysics/dat.h | 2 |
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; |
