diff options
| author | BoredGuy <osome3717@gmail.com> | 2026-03-15 17:30:54 +0300 |
|---|---|---|
| committer | BoredGuy <osome3717@gmail.com> | 2026-03-15 17:30:54 +0300 |
| commit | 2c2be83a370318ca69824538ed3e61784295a772 (patch) | |
| tree | 67f1a4f83193d6de3afd79167170fcf1eaac070e /src/entity.c | |
| parent | 77c6850d28134638d75a539bb8094e828a47d93f (diff) | |
More work
Diffstat (limited to 'src/entity.c')
| -rw-r--r-- | src/entity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.c b/src/entity.c index 4dc32f2..7a9db49 100644 --- a/src/entity.c +++ b/src/entity.c @@ -24,7 +24,7 @@ void entity_handle_collision } void draw_entity(const struct entity* entity) { - DrawRectangleRec(get_entity_collider_world(entity), RED); + } void add_entity(const struct entity* e) { |
