mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-19 04:06:43 -04:00
Merge branch 'master' of github.com:MightyPirates/OpenComputers
This commit is contained in:
commit
1d060db485
@ -24,7 +24,7 @@ do
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Report boot progress if possible.
|
-- Report boot progress if possible.
|
||||||
local gpu = component.list("gpu")()
|
local gpu = component.list("gpu", true)()
|
||||||
local w, h
|
local w, h
|
||||||
if gpu and screen then
|
if gpu and screen then
|
||||||
component.invoke(gpu, "bind", screen)
|
component.invoke(gpu, "bind", screen)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user