nano-optimizations
This commit is contained in:
parent
4e66c875ad
commit
542acc5308
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user