mirror of
https://github.com/kepler155c/opus
synced 2025-12-17 05:38:07 +00:00
builder improvements - resource manager
This commit is contained in:
@@ -153,9 +153,9 @@ function Event.pullEvents(...)
|
||||
end
|
||||
else
|
||||
while true do
|
||||
local e = { os.pullEvent() }
|
||||
local e = { os.pullEventRaw() }
|
||||
Event.processEvent(e)
|
||||
if exitPullEvents or e == 'terminate' then
|
||||
if exitPullEvents or e[1] == 'terminate' then
|
||||
break
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user