mirror of
https://github.com/tanema/light_world.lua.git
synced 2024-12-24 20:24:19 +00:00
removed unnecessary debug variable
This commit is contained in:
parent
99e1f49891
commit
55a11df182
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user