fixed a stupid bug

This commit is contained in:
Izaya 2017-06-12 23:47:05 +00:00
parent e7ad197307
commit a89ff3f6cd
1 changed files with 1 additions and 0 deletions

View File

@ -3,5 +3,6 @@ s("ocemu display server",function()
if ev[1] == "display" then
component.invoke(component.list("ocemu")(),"log",ev[2] or "")
end
C.yield()
end
end)