remove spark stub, not worth it in the test

This commit is contained in:
Kistaro Windrider 2024-01-20 11:52:41 -08:00
parent 54426be303
commit bd61ca2639
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -151,13 +151,9 @@ function ship:update()
self.x += s self.x += s
self.dx = s self.dx = s
self:add_sparks(t)
actual_t = t actual_t = t
end end
function ship:add_sparks(t)
end
-->8 -->8
-- constraints -- constraints