fix gpu + update openos

This commit is contained in:
Speedy_Lex
2025-07-03 10:23:01 +02:00
parent 1512b8356c
commit f8eb00c05d
9 changed files with 37 additions and 31 deletions

View File

@@ -73,7 +73,6 @@ end
function component.setPrimary(componentType, address)
checkArg(1, componentType, "string")
checkArg(2, address, "string", "nil")
debugprint("setPrimary", componentType, address)
if address ~= nil then
address = component.get(address, componentType)
assert(address, "no such component")