Fixed off-by-1 issue with the fader class.

This commit is contained in:
2025-09-28 19:28:53 -04:00
parent 023430315a
commit 9cec7f10db
3 changed files with 2 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ end
function Fader:draw()
local c = 0
local c = 1
love.graphics.setColor(0, 0, 0)
for i = 0, 16 do