mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 13:02:49 +01:00
Update ECSAPI.lua
This commit is contained in:
parent
fe7c66eb70
commit
dc6a4c932a
@ -933,7 +933,7 @@ function ECSAPI.displayCompileMessage(y, reason, translate)
|
||||
reason = ECSAPI.parseErrorMessage(reason, translate)
|
||||
|
||||
--Получаем ширину и высоту окошка
|
||||
local width = math.floor(xSize * 3 / 5)
|
||||
local width = math.floor(xSize * 4 / 5)
|
||||
local height = #reason + 6
|
||||
local textWidth = width - 11
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user