Багфикс

This commit is contained in:
Igor Timofeev 2015-10-30 07:08:28 +03:00
parent a81f3fec5d
commit cc3930702f

View File

@ -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 = {}