This commit is contained in:
Igor Timofeev 2016-03-30 10:10:28 +03:00
parent bc04616e8e
commit 16e2e5ef03

View File

@ -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])