bugfix, removed old test constant

This commit is contained in:
HW
2012-04-15 02:26:24 +02:00
parent b6d75b84ec
commit 4cd63b71df

View File

@@ -1,7 +1,7 @@
Image = {}
function Image._getFileData(filename)
local f = io.open("test.png")
local f = io.open(filename)
local data = f:read("*a")
f:close()
return data