Багфикс для открытия файлов из консоли

This commit is contained in:
Igor Timofeev 2015-10-01 00:02:05 +03:00
parent eff534136b
commit bc657e62a0

View File

@ -589,6 +589,7 @@ drawAll()
if args[1] == "o" or args[1] == "open" or args[1] == "-o" or args[1] == "load" then
masterPixels = image.load(args[2])
drawBackgroundAndImage()
else
new()
end