From 55677cd9e31943f43bc01515ce29325e6b053c40 Mon Sep 17 00:00:00 2001 From: esquizo Date: Mon, 18 May 2026 21:44:30 -0300 Subject: libphysics: otimização por blockmaps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bug: o object não pode ser maior do que o BLOCK_SIZE, definido no dat.h --- libphysics/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libphysics/Makefile') diff --git a/libphysics/Makefile b/libphysics/Makefile index cc76e28..154e9f2 100644 --- a/libphysics/Makefile +++ b/libphysics/Makefile @@ -2,7 +2,8 @@ OBJ=aabb.o\ body.o\ event.o\ _map.o\ - tick.o + tick.o\ + blockmap.o CFLAGS=-I../include -g -- cgit v1.2.3