fixed a stupid bug
This commit is contained in:
parent
e7ad197307
commit
a89ff3f6cd
@ -3,5 +3,6 @@ s("ocemu display server",function()
|
|||||||
if ev[1] == "display" then
|
if ev[1] == "display" then
|
||||||
component.invoke(component.list("ocemu")(),"log",ev[2] or "")
|
component.invoke(component.list("ocemu")(),"log",ev[2] or "")
|
||||||
end
|
end
|
||||||
|
C.yield()
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
Loading…
Reference in New Issue
Block a user