aboutsummaryrefslogtreecommitdiff
path: root/src/textures.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/textures.lua')
-rw-r--r--src/textures.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/textures.lua b/src/textures.lua
index 5a3a4f9..a263052 100644
--- a/src/textures.lua
+++ b/src/textures.lua
@@ -1,7 +1,6 @@
require "string"
local img_bank = {}
-local lf = love.filesystem
function load_textures_from(path)
path = path or "assets/images"
local files = lf.getDirectoryItems(path)