Update ECSAPI.lua

This commit is contained in:
Igor Timofeev
2015-08-29 22:07:37 +03:00
parent eb6c1550d8
commit d7f707bb96

View File

@@ -316,6 +316,7 @@ end
--НАРИСОВАТЬ ЗАПОМНЕННЫЕ ПИКСЕЛИ ИЗ МАССИВА
function ECSAPI.drawOldPixels(oldPixels)
if not _G.image then _G.image = require("image") end
image.drawPNG(1, 1, image.convertImagetoGroupedImage(oldPixels))
end