From 542acc530883c7d50bf38368d4a154495b3f37ae Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sun, 1 Jun 2025 21:03:04 -0700 Subject: [PATCH] nano-optimizations --- collisiontest.p8 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/collisiontest.p8 b/collisiontest.p8 index fb5d365..0a619ca 100644 --- a/collisiontest.p8 +++ b/collisiontest.p8 @@ -13,11 +13,9 @@ ly1=127 -->8 function collides() - local tmin=0 - local tmax=1 + local tmin,tmax=0,1 - local ldx=lx1-lx0 - local ldy=ly1-ly0 + local ldx,ldy=lx1-lx0,ly1-ly0 -- x