Make DEBUG a require()d local

This commit is contained in:
HW
2013-10-22 20:51:29 +02:00
parent 748a443cd5
commit 09cd5c4104
27 changed files with 29 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
local Cache = require("cache")
local CacheItem = require("cacheitem")
local DEBUG = require("dbg")
--[[
TODO: all these functions should probably be methods on Face objects