Replaced the id system with a simple flag for deletion

This commit is contained in:
lustlion
2022-03-17 11:46:10 +01:00
parent 8edcbe2d9b
commit 410c00dcd4
10 changed files with 74 additions and 62 deletions

View File

@@ -68,6 +68,10 @@ function stepGame()
Demo:startPlayback()
end
end
cleanDeadParticles()
cleanDeadEntities()
cleanDeadLights()
end
function drawGame()