Fixed particles, reduced light radius of visible light

This commit is contained in:
lustlion
2022-02-21 18:48:24 +01:00
parent a944192f67
commit f0bc02c418
5 changed files with 16 additions and 14 deletions

View File

@@ -36,7 +36,7 @@ end
function GameworldDrawParticles()
love.graphics.setColor(0.7,0.7,0.7)
for _, particle in pairs(LoadedParticles) do
for _, particle in pairs(LoadedObjects.Particles) do
particle:HandleAnimation()
end
end