mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-27 02:02:47 +01:00
123
This commit is contained in:
@@ -465,7 +465,7 @@ function buffer.draw(force)
|
||||
--Если хоть что-то изменилось, то начинаем работу
|
||||
if somethingIsChanged or force then
|
||||
|
||||
gpu.setBackground(buffer.screen.current[index]])
|
||||
gpu.setBackground(buffer.screen.current[index])
|
||||
gpu.setForeground(buffer.screen.current[indexPlus1])
|
||||
gpu.set(x, y, buffer.screen.current[indexPlus2])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user