removed unnecessary debug variable

This commit is contained in:
Jakub Bucko 2019-06-20 19:34:25 +02:00
parent 99e1f49891
commit 55a11df182

View File

@ -32,7 +32,6 @@ local shaders = {}
for i,v in ipairs(files) do for i,v in ipairs(files) do
local name = _PACKAGE.."/shaders/postshaders".."/"..v local name = _PACKAGE.."/shaders/postshaders".."/"..v
inf = love.filesystem.getInfo(name)
if love.filesystem.getInfo(name).type == "file" then if love.filesystem.getInfo(name).type == "file" then
local str = love.filesystem.read(name) local str = love.filesystem.read(name)
local effect = util.loadShader(name) local effect = util.loadShader(name)