remove stale correction code

This commit is contained in:
Kartik K. Agaram 2023-12-10 10:48:49 -08:00
parent 15aef61fd5
commit bc12efc6be
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ spawn_point = function()
result.y = math.random(Viewport.y, Viewport.y+Viewport.h)
if _ == 10 or not overlaps_any_definition(result) then
result.w, result.h = nil
result.x = result.x + 100
result.y = result.y + 20
return result
end
table.insert(Spawn_candidates, result)