Skip to content

Commit ac85eff

Browse files
committed
Minor change
1 parent 4da6af0 commit ac85eff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

luven/luven.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ function luven.drawEnd()
405405
end
406406

407407
function luven.removeAllLights()
408-
for _, v in pairs(currentLights) do
408+
for _, v in ipairs(currentLights) do
409409
if (v.enabled) then
410410
luven.removeLight(v.id)
411411
end

0 commit comments

Comments
 (0)