From cc3930702fdf84369507fb7ccf0568b00441b995 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Fri, 30 Oct 2015 07:08:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=B0=D0=B3=D1=84=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ECSAPI.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ECSAPI.lua b/lib/ECSAPI.lua index 37f675df..342db594 100644 --- a/lib/ECSAPI.lua +++ b/lib/ECSAPI.lua @@ -12,7 +12,6 @@ local libraries = { ["serialization"] = "serialization", ["internet"] = "internet", ["buffer"] = "doubleBuffering", - ["image"] = "image", } local components = { @@ -1469,6 +1468,7 @@ ECSAPI.OSIconsHeight = 6 --Вся необходимая информация для иконок local function OSIconsInit() + if not _G.image then _G.image = require("image") end if not ECSAPI.OSIcons then --Константы для иконок ECSAPI.OSIcons = {}