mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-26 01:32:46 +01:00
aefaef
This commit is contained in:
@@ -75,7 +75,7 @@ function buffer.start()
|
||||
end
|
||||
|
||||
-- Изменение разрешения экрана и пересоздание массивов буфера
|
||||
function buffer.changeResolution(width, height)
|
||||
function buffer.setResolution(width, height)
|
||||
gpu.setResolution(width, height)
|
||||
buffer.flush(width, height)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user