mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 11:12:40 +01:00
Поддержка уебищных видеокарт и моников
This commit is contained in:
parent
fc025d3257
commit
46118d484d
@ -5,7 +5,7 @@
|
||||
about="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Localization/About/",
|
||||
type="Script",
|
||||
forceDownload=true,
|
||||
version=3.90,
|
||||
version=3.91,
|
||||
},
|
||||
{
|
||||
path="/MineOS/Pictures/MoonTouch.pic",
|
||||
|
||||
2
OS.lua
2
OS.lua
@ -239,7 +239,7 @@ end
|
||||
---------------------------------------------- Всякая параша для ОС-контейнера ------------------------------------------------------------------------
|
||||
|
||||
local function changeResolution()
|
||||
buffer.setResolution(table.unpack(MineOSCore.properties.resolution or {160, 50}))
|
||||
buffer.setResolution(table.unpack(MineOSCore.properties.resolution or {buffer.GPUProxy.maxResolution()}))
|
||||
|
||||
MineOSInterface.mainContainer.width, MineOSInterface.mainContainer.height = buffer.width, buffer.height
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user