lua ain't go

This commit is contained in:
Kistaro Windrider 2023-09-30 02:16:24 -07:00
parent 63c97d1bee
commit b61fe936e3
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -212,7 +212,7 @@ function updategame()
-- many bullets and many enemy ships;
-- use bucket collider for efficiency
local pbullet_collider = new_collider()
local p, n := pbullets, pbullets.next
local p, n = pbullets, pbullets.next
while n do
n.prev = p
pbullet_collider:insert(n)