Merge branch 'master' of github.com:MightyPirates/OpenComputers

This commit is contained in:
Florian Nücke 2014-08-17 00:54:35 +02:00
commit 1d060db485

View File

@ -24,7 +24,7 @@ do
end
-- Report boot progress if possible.
local gpu = component.list("gpu")()
local gpu = component.list("gpu", true)()
local w, h
if gpu and screen then
component.invoke(gpu, "bind", screen)