mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-11 00:09:44 -04:00
Merge branch master-MC1.7.10 into master-MC1.8.9
This commit is contained in:
commit
eb9d8536f9
@ -591,6 +591,7 @@ class Robot extends traits.Computer with traits.PowerInformation with traits.Rot
|
|||||||
for (slot <- componentSlots) {
|
for (slot <- componentSlots) {
|
||||||
getComponentInSlot(slot) match {
|
getComponentInSlot(slot) match {
|
||||||
case keyboard: api.internal.Keyboard => buffer.node.connect(keyboard.node)
|
case keyboard: api.internal.Keyboard => buffer.node.connect(keyboard.node)
|
||||||
|
case gpu: li.cil.oc.server.component.GraphicsCard => buffer.node.connect(gpu.node)
|
||||||
case _ =>
|
case _ =>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user