This commit is contained in:
Igor Timofeev
2015-10-30 07:12:56 +03:00
parent cc3930702f
commit fdee35a07f

View File

@@ -11,7 +11,6 @@ local libraries = {
["computer"] = "computer",
["serialization"] = "serialization",
["internet"] = "internet",
["buffer"] = "doubleBuffering",
}
local components = {
@@ -1469,6 +1468,7 @@ ECSAPI.OSIconsHeight = 6
--Вся необходимая информация для иконок
local function OSIconsInit()
if not _G.image then _G.image = require("image") end
if not _G.buffer then _G.buffer = require("doubleBuffering") end
if not ECSAPI.OSIcons then
--Константы для иконок
ECSAPI.OSIcons = {}