Fixed off-by-1 issue with the fader class.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user