From 3581bde6a6692853bdd023d5dfb6167bf14c8a3d Mon Sep 17 00:00:00 2001 From: extremeYes <92187320+extremeYes@users.noreply.github.com> Date: Tue, 13 Jan 2026 04:15:25 -0300 Subject: [PATCH] optimize out unnecessary call to kill_auxins --- main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/main.c b/main.c index 55ac0dc..dd94a48 100644 --- a/main.c +++ b/main.c @@ -136,7 +136,6 @@ int main(void) if (IsKeyPressed(KEY_SPACE)) { calculate_growth_directions(); grow_new_veins(); - kill_auxins_by_auximity(); spray_auxins(); kill_auxins_by_auximity(); }